diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-05 23:03:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-05 23:03:16 +0000 |
commit | 23bebe33a7b79bd6e639386f6c5e30595cb0fc33 (patch) | |
tree | 0238bbd183d4418b81466128c06fa4745330c3a5 /target/linux/ar71xx/config-2.6.34 | |
parent | 22e3bd0d8b95ca6db63e0370d88433b61d0f370b (diff) | |
download | mtk-20170518-23bebe33a7b79bd6e639386f6c5e30595cb0fc33.zip mtk-20170518-23bebe33a7b79bd6e639386f6c5e30595cb0fc33.tar.gz mtk-20170518-23bebe33a7b79bd6e639386f6c5e30595cb0fc33.tar.bz2 |
Add support for the ar8316 switch. This patch enhances the ar8216 driver with ar8316 support and fixes some minor issues with the ar8216 driver itself. It should not break anything, but isn't tested on ar8216 devices.
[PATCH 2/2] ar71xx: Add the ar8316 driver to rs pro/rb-450g.
Add the ar8216 driver to the ar71xx target, and add network
configurations for the RouterStation Pro and the RouterBoard RB-450G.
SVN-Revision: 20722
Diffstat (limited to 'target/linux/ar71xx/config-2.6.34')
-rw-r--r-- | target/linux/ar71xx/config-2.6.34 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.34 b/target/linux/ar71xx/config-2.6.34 index 888a0e4..549b7a8 100644 --- a/target/linux/ar71xx/config-2.6.34 +++ b/target/linux/ar71xx/config-2.6.34 @@ -43,6 +43,7 @@ CONFIG_AR71XX_MACH_WRT400N=y CONFIG_AR71XX_MACH_WZR_HP_G300NH=y CONFIG_AR71XX_NVRAM=y CONFIG_AR71XX_WDT=y +CONFIG_AR8216_PHY=y # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set CONFIG_ARCH_HIBERNATION_POSSIBLE=y |