diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-07 19:36:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-07 19:36:35 +0000 |
commit | a1dcbc66a639d0f16e8cafb837099f156e018741 (patch) | |
tree | 5cc5709086d3bfc64582638783157492d6c46fcc /target/linux/ar71xx/config-2.6.39 | |
parent | a56bdeff9d994f6e8e39cd8a0cad571866b27533 (diff) | |
download | upstream-a1dcbc66a639d0f16e8cafb837099f156e018741.tar.gz upstream-a1dcbc66a639d0f16e8cafb837099f156e018741.tar.bz2 upstream-a1dcbc66a639d0f16e8cafb837099f156e018741.zip |
ar71xx: add initial support for the TL-WR2543N/ND board
The WLAN LEDs are not working yet.
SVN-Revision: 29680
Diffstat (limited to 'target/linux/ar71xx/config-2.6.39')
-rw-r--r-- | target/linux/ar71xx/config-2.6.39 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.39 b/target/linux/ar71xx/config-2.6.39 index bf662305a7..bdf2fcf64f 100644 --- a/target/linux/ar71xx/config-2.6.39 +++ b/target/linux/ar71xx/config-2.6.39 @@ -45,6 +45,7 @@ CONFIG_AR71XX_MACH_TL_MR3X20=y CONFIG_AR71XX_MACH_TL_WA901ND=y CONFIG_AR71XX_MACH_TL_WA901ND_V2=y CONFIG_AR71XX_MACH_TL_WR1043ND=y +CONFIG_AR71XX_MACH_TL_WR2543N=y CONFIG_AR71XX_MACH_TL_WR703N=y CONFIG_AR71XX_MACH_TL_WR741ND=y CONFIG_AR71XX_MACH_TL_WR741ND_V4=y @@ -183,6 +184,7 @@ CONFIG_RTL8306_PHY=y CONFIG_RTL8366RB_PHY=y CONFIG_RTL8366S_PHY=y CONFIG_RTL8366_SMI=y +CONFIG_RTL8367_PHY=y # CONFIG_SCSI_DMA is not set CONFIG_SERIAL_8250_NR_UARTS=1 CONFIG_SERIAL_8250_RUNTIME_UARTS=1 |