Commit graph

5970 commits

Author SHA1 Message Date
Florian Fainelli
6a61d2d905 add target to be used with qemu
SVN-Revision: 23920
2010-11-08 07:31:31 +00:00
Florian Fainelli
b6e9f1dfe0 make targets provide their KERNELNAME
SVN-Revision: 23919
2010-11-08 07:31:25 +00:00
Florian Fainelli
c8dbba3919 refresh patches, remove 015-r6040_fix_multicast.patch (upstreamed)
SVN-Revision: 23918
2010-11-07 22:41:28 +00:00
Florian Fainelli
88864e2aa1 avoid namespace clash on ar7_gpio_init
SVN-Revision: 23917
2010-11-07 22:25:25 +00:00
Florian Fainelli
60c6d33e00 net5501: Add features to net5501 and remove HID support (unneeded)
Since the net5501 doesn't have a VGA port, it doesn't need HID support either --
 all console access will be over a serial port.

Also add FEATURES to it as well.

Signed-of-by: Philip Prindeville <philip@redfish-solutions.com>

SVN-Revision: 23916
2010-11-07 20:37:40 +00:00
Florian Fainelli
c991aafef0 fix build failure when targetting ramdisk
SVN-Revision: 23914
2010-11-07 15:41:52 +00:00
Hauke Mehrtens
4e797b6278 brcm47xx: Fix boot problem with wgt634u.
Readd the workarround from the old version again which was removed in r22296 and refresh the patches.

This should close #7874

Thank you Russell Senior for testing.

SVN-Revision: 23911
2010-11-07 13:44:48 +00:00
Claudio Mignanti
20b2a4417a Add support for Ubiquiti UniFi AP
SVN-Revision: 23904
2010-11-06 21:08:48 +00:00
Claudio Mignanti
7583fe8668 Add wps button on alice gate
SVN-Revision: 23903
2010-11-06 21:08:44 +00:00
Florian Fainelli
d9a42c5436 Merge branch 'adm8668'
SVN-Revision: 23900
2010-11-06 18:54:20 +00:00
Michael Büsch
92acb04641 n810: omapfb and keyboard fixes
SVN-Revision: 23898
2010-11-06 16:51:27 +00:00
Florian Fainelli
cf313b63bc fix touchscreen driver build failure
SVN-Revision: 23895
2010-11-06 14:56:58 +00:00
Florian Fainelli
c45884d8f6 add missing symbol spotted by buildbot.
SVN-Revision: 23891
2010-11-05 18:46:43 +00:00
Alexandros C. Couloumbis
2ad643a943 target/linux: fix a wrong 2.6.37 patch (thank you acinonyx)
SVN-Revision: 23889
2010-11-05 17:41:13 +00:00
Michael Büsch
45179d077c omap24xx: Add linux 2.6.37 config/patches
SVN-Revision: 23888
2010-11-05 16:59:39 +00:00
Michael Büsch
7465a11beb linux 2.6.37: Disable DEBUG_ICEDCC
SVN-Revision: 23887
2010-11-05 16:57:51 +00:00
Michael Büsch
82ce95ce36 n810 profile: add maemo-kexec
SVN-Revision: 23886
2010-11-05 14:35:33 +00:00
Imre Kaloz
02512b6185 the same DEFAULT_PACKAGES should be selected in the generic Makefile
SVN-Revision: 23885
2010-11-05 07:33:43 +00:00
Imre Kaloz
e9a7ba29c1 only build squashfs images by default
SVN-Revision: 23884
2010-11-05 07:30:55 +00:00
Alexandros C. Couloumbis
4ec905f3c9 target/linux/orion: create subtargets (closes #8154)
SVN-Revision: 23883
2010-11-04 22:10:11 +00:00
Alexandros C. Couloumbis
f341342d38 target/linux: extend r23881 for 2.6.37 too.
SVN-Revision: 23882
2010-11-04 21:47:29 +00:00
Alexandros C. Couloumbis
576284ebc3 target/linux: add missing symbols (closes #8147)
SVN-Revision: 23881
2010-11-04 21:42:07 +00:00
Felix Fietkau
5f3f1b8cd8 ar71xx: Configure WNDR3700 switch LED colors properly (#8103)
For WNDR3700, use green for 1Gb/s and amber for 100Mb/s and 10Mb/s on
the four LAN port switch LEDs. The LEDs will be lit to indicate a link
and will blink to indicate activity. This matches the stock firmware
and the description printed on the label on the unit's underside.

Signed-off-by: Mark Mentovai <mark@moxienet.com>

SVN-Revision: 23879
2010-11-04 18:55:16 +00:00
Felix Fietkau
b3b2227869 Revert "ar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)" on submitter's request
SVN-Revision: 23878
2010-11-04 18:53:18 +00:00
Felix Fietkau
77eee74d56 ar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)
Make the WiFi LEDs blink for activity on the WNDR3700, matching the
stock firmware and user expectations. The green 2.4GHz and blue 5GHz
LEDs will illuminate with the radio on, and will blink to indicate
transmission and reception.

Signed-off-by: Mark Mentovai <mark@moxienet.com>

SVN-Revision: 23877
2010-11-04 18:48:22 +00:00
Felix Fietkau
91b6c63adc ar71xx: Set eth1 MAC address from EEPROM for WNDR3700
The WNDR3700's art/caldata partition contains three MAC addresses at
offsets 0, 6, and 12, used for eth0/wlan0 (shared), eth1, and wlan1,
respectively. The existing code configures eth1's MAC address by adding
1 to eth0's instead of using the value stored in the EEPROM. This patch
causes the stored value to be used directly. (On my WNDR3700s, the three
stored addresses are all sequential anyway.)

Signed-off-by: Mark Mentovai <mark@moxienet.com>

SVN-Revision: 23876
2010-11-04 18:46:07 +00:00
Felix Fietkau
fc28e1cd7d ar71xx: fix the wndr3700 antenna group setting for the first wireless chip (thx, Mark Mentovai)
SVN-Revision: 23875
2010-11-04 18:39:49 +00:00
Imre Kaloz
a85e3d60c5 upgrade to 2.6.36
SVN-Revision: 23867
2010-11-04 14:18:45 +00:00
Florian Fainelli
edcbafc836 fix mvswitch PHY polling setting (#8133)
SVN-Revision: 23862
2010-11-04 14:09:20 +00:00
Imre Kaloz
9c0c9caaff these belong to the generic config..
SVN-Revision: 23853
2010-11-04 11:09:08 +00:00
Imre Kaloz
0a5da348d1 update kernels to 2.6.32.25 and 2.6.35.8
SVN-Revision: 23851
2010-11-04 09:01:08 +00:00
Imre Kaloz
7b8ed6ff49 add missing 2.6.36 symbols
SVN-Revision: 23850
2010-11-04 08:49:11 +00:00
Lars-Peter Clausen
7b3caf6f22 Add even more missing symbols to the 2.6.36 config
SVN-Revision: 23842
2010-11-03 21:01:01 +00:00
John Crispin
72ae8452cd * adds patch to 2.6.35 series to make dsl work
SVN-Revision: 23839
2010-11-03 19:10:56 +00:00
John Crispin
251535331c * bump kernel to 2.6.35.8 * merge arcadyn mach files * fixes ar9 * adds hack for tapi drivers
SVN-Revision: 23836
2010-11-03 19:02:27 +00:00
Alexandros C. Couloumbis
a2d17ea8cf target/linux: add preliminary 2.6.37 kernel support
SVN-Revision: 23828
2010-11-03 16:13:33 +00:00
Felix Fietkau
b4e2c09b46 ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
SVN-Revision: 23822
2010-11-03 14:55:53 +00:00
Imre Kaloz
1f4543eedc more 2.6.36 config symbols..
SVN-Revision: 23778
2010-11-02 12:28:34 +00:00
Imre Kaloz
9f7da0f900 add additional config symbols
SVN-Revision: 23777
2010-11-02 12:22:45 +00:00
Imre Kaloz
c1209bde02 refresh 2.6.36 patches
SVN-Revision: 23776
2010-11-02 12:21:31 +00:00
Imre Kaloz
d50ec03710 update the gpiolib patch
SVN-Revision: 23775
2010-11-02 12:20:58 +00:00
Imre Kaloz
3b1eb0f07c remove unneeded patches
SVN-Revision: 23774
2010-11-02 12:17:05 +00:00
Imre Kaloz
6e3a7fea20 support only 2.6.32 and 2.6.36
SVN-Revision: 23773
2010-11-02 12:01:56 +00:00
Imre Kaloz
68dbac93fc add a patch to export dma_set_coherent_mask
SVN-Revision: 23772
2010-11-02 11:52:22 +00:00
Imre Kaloz
7ff27c6ff5 this is not a platform specific patch
SVN-Revision: 23771
2010-11-02 11:50:56 +00:00
Imre Kaloz
daa9161eaa add some additional 2.6.36 symbol
SVN-Revision: 23770
2010-11-02 11:49:32 +00:00
Michael Büsch
548ae3d28a n810-gui profile: Add xkeyboard-config
SVN-Revision: 23767
2010-11-01 21:46:28 +00:00
Florian Fainelli
cc19ab72ac switch to 2.6.36
SVN-Revision: 23762
2010-11-01 13:09:47 +00:00
Florian Fainelli
b37b7ff9be set the mac address using the chip-unique serial number
SVN-Revision: 23761
2010-11-01 13:09:41 +00:00
Florian Fainelli
90165562aa add support for 2.6.36 kernel
SVN-Revision: 23760
2010-11-01 13:09:34 +00:00