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 | 8782a469c8ecf70d9e4b509990ab3fbc5f3222ac (patch) | |
tree | 679720f4b2f8d0920b0cb06a580c7f69702ffd84 /target/linux/ar71xx/config-2.6.39 | |
parent | ce48dfe9f2e037cb3cc7a7f646bc9201b7a727d9 (diff) | |
download | upstream-8782a469c8ecf70d9e4b509990ab3fbc5f3222ac.tar.gz upstream-8782a469c8ecf70d9e4b509990ab3fbc5f3222ac.tar.bz2 upstream-8782a469c8ecf70d9e4b509990ab3fbc5f3222ac.zip |
ar71xx: add initial support for the TL-WR2543N/ND board
The WLAN LEDs are not working yet.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29680 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |