diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 15:50:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 15:50:29 +0000 |
commit | 5bd02ca895b989774c50def5cc92f1429f833479 (patch) | |
tree | 47be42741503a734607ab9559a2a03202c7ee83a /target/linux/ar71xx/config-3.7 | |
parent | e2193a69c83506ceaddefb2fd3f175059e1b5bcc (diff) | |
download | upstream-5bd02ca895b989774c50def5cc92f1429f833479.tar.gz upstream-5bd02ca895b989774c50def5cc92f1429f833479.tar.bz2 upstream-5bd02ca895b989774c50def5cc92f1429f833479.zip |
ar71xx: add kernel support for the TL-WDR3500 board
WDR3500 is similar to WDR3600 except it doesn't have gigabit ethernet,
and has only 1 USB port.
Pending issues:
* Leds are not working at all (except power and wlan_5g)
* LAN switch ethernet ports are reversed with respect to case label.
[Label] -> soft device
[LAN1] -> eth0.4
[LAN2] -> eth0.3
[LAN3] -> eth0.2
[LAN4] -> eth0.1
Based on http://patchwork.openwrt.org/patch/3208/
Thanks-to: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35423
Diffstat (limited to 'target/linux/ar71xx/config-3.7')
-rw-r--r-- | target/linux/ar71xx/config-3.7 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.7 b/target/linux/ar71xx/config-3.7 index 11498c5859..749b3df83d 100644 --- a/target/linux/ar71xx/config-3.7 +++ b/target/linux/ar71xx/config-3.7 @@ -65,6 +65,7 @@ CONFIG_ATH79_MACH_TL_MR3020=y CONFIG_ATH79_MACH_TL_MR3X20=y CONFIG_ATH79_MACH_TL_WA901ND=y CONFIG_ATH79_MACH_TL_WA901ND_V2=y +CONFIG_ATH79_MACH_TL_WDR3500=y CONFIG_ATH79_MACH_TL_WDR4300=y CONFIG_ATH79_MACH_TL_WR1041N_V2=y CONFIG_ATH79_MACH_TL_WR1043ND=y |