diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-23 08:01:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-23 08:01:31 +0000 |
commit | 706dc16dd94329093f6424850272df8c713268b9 (patch) | |
tree | d6b8c2533008d683da67116b045b85734e7b0310 | |
parent | 4a38b41b88e366901799958fc75376c49139ef3e (diff) | |
download | upstream-706dc16dd94329093f6424850272df8c713268b9.tar.gz upstream-706dc16dd94329093f6424850272df8c713268b9.tar.bz2 upstream-706dc16dd94329093f6424850272df8c713268b9.zip |
[ar71xx] enable TL-WR941ND in kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14633 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index ac4ddff9b2..446b4e609d 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -13,6 +13,7 @@ CONFIG_AR71XX_MACH_MZK_W300NH=y CONFIG_AR71XX_MACH_PB42=y CONFIG_AR71XX_MACH_RB_4XX=y CONFIG_AR71XX_MACH_TEW_632BRP=y +CONFIG_AR71XX_MACH_TL_WR941ND=y CONFIG_AR71XX_MACH_UBNT=y CONFIG_AR71XX_MACH_WNR2000=y CONFIG_AR71XX_MACH_WP543=y diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig b/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig index ed7be96abc..e348c8852b 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig @@ -43,6 +43,10 @@ config AR71XX_MACH_MZK_W300NH bool "Planex MZK-W300NH board support" default y +config AR71XX_MACH_TL_WR941ND + bool "TP-LINK TL-WR941ND support" + default y + config AR71XX_MACH_TEW_632BRP bool "TRENDnet TEW-632BRP support" default y |