diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-04-26 18:47:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-04-26 18:47:41 +0000 |
commit | 432136fba6d5eabe8c7f2661113d28f17f5f777d (patch) | |
tree | bd5073e031e6251e501cc59aa0fdfca4e3c4128d /target/linux/ar71xx/files | |
parent | 400c1a7fbfadb659d35c1dafa5d173373f53adb2 (diff) | |
download | upstream-432136fba6d5eabe8c7f2661113d28f17f5f777d.tar.gz upstream-432136fba6d5eabe8c7f2661113d28f17f5f777d.tar.bz2 upstream-432136fba6d5eabe8c7f2661113d28f17f5f777d.zip |
select ar8216 support for the WRT400N (thanks to netprince)
SVN-Revision: 15427
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/drivers/net/ag71xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/Kconfig b/target/linux/ar71xx/files/drivers/net/ag71xx/Kconfig index 56a59648cf..801fcaf9d7 100644 --- a/target/linux/ar71xx/files/drivers/net/ag71xx/Kconfig +++ b/target/linux/ar71xx/files/drivers/net/ag71xx/Kconfig @@ -17,7 +17,7 @@ config AG71XX_AR8216_SUPPORT bool "special support for the Atheros AR8216 switch" depends on AG71XX default n - default y if AR71XX_MACH_WNR2000 || AR71XX_MACH_MZK_W04NU + default y if AR71XX_MACH_WNR2000 || AR71XX_MACH_MZK_W04NU || AR71XX_MACH_WRT400N help Say 'y' here if you want to enable special support for the Atheros AR8216 switch found on some boards. |