diff options
author | Andy Boyett <agb@openwrt.org> | 2010-03-26 19:09:11 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2010-03-26 19:09:11 +0000 |
commit | 681054333ee7e1fc19acbffea91531ea0895f807 (patch) | |
tree | 289a223cae8683c4d94077a0aa8866ce453ddc0e /target/linux/ar71xx/files/drivers/net | |
parent | 633933f8bf9aa407d0e0a25f5442ce73d0c8f0ab (diff) | |
download | upstream-681054333ee7e1fc19acbffea91531ea0895f807.tar.gz upstream-681054333ee7e1fc19acbffea91531ea0895f807.tar.bz2 upstream-681054333ee7e1fc19acbffea91531ea0895f807.zip |
wrt400n: lan ports don't need the ar8216 workaround
SVN-Revision: 20491
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net')
-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 59bc6fffdc..7db779e38c 100644 --- a/target/linux/ar71xx/files/drivers/net/ag71xx/Kconfig +++ b/target/linux/ar71xx/files/drivers/net/ag71xx/Kconfig @@ -25,7 +25,7 @@ config AG71XX_DEBUG_FS config AG71XX_AR8216_SUPPORT bool "special support for the Atheros AR8216 switch" default n - default y if AR71XX_MACH_WNR2000 || AR71XX_MACH_MZK_W04NU || AR71XX_MACH_WRT400N + default y if AR71XX_MACH_WNR2000 || AR71XX_MACH_MZK_W04NU help Say 'y' here if you want to enable special support for the Atheros AR8216 switch found on some boards. |