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 | 1afc3a7bd559e48aa28841da68346cdf326c3699 (patch) | |
tree | 4131455a5673ab250458ababad3bfe74444cd44c /target/linux/ar71xx | |
parent | a34753cacd99c636d62b02f465a54be6b5602739 (diff) | |
download | upstream-1afc3a7bd559e48aa28841da68346cdf326c3699.tar.gz upstream-1afc3a7bd559e48aa28841da68346cdf326c3699.tar.bz2 upstream-1afc3a7bd559e48aa28841da68346cdf326c3699.zip |
enable TL-WR941ND in kernel config
SVN-Revision: 14633
Diffstat (limited to 'target/linux/ar71xx')
-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 |