diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-25 16:47:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-25 16:47:11 +0000 |
commit | 8bc3295891428c791014cfdbae738afe8e7772bc (patch) | |
tree | 04a0ad2bb06646651210673e87a3201ce9dec7a1 /target/linux/ar71xx/config-2.6.28 | |
parent | e65a535b33ae30b71bdeda2cfa78d66c237656a0 (diff) | |
download | upstream-8bc3295891428c791014cfdbae738afe8e7772bc.tar.gz upstream-8bc3295891428c791014cfdbae738afe8e7772bc.tar.bz2 upstream-8bc3295891428c791014cfdbae738afe8e7772bc.zip |
[ar71xx] ag71xx driver: add a workaround for the ar8216 chip, until we get a suitable switch driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14655 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-2.6.28')
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index f2fcc47d8d..17d7c0b441 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -4,6 +4,7 @@ CONFIG_32BIT=y CONFIG_ADM6996_PHY=y CONFIG_AG71XX=y # CONFIG_AG71XX_DEBUG is not set +CONFIG_AG71XX_AR8216_SUPPORT=y # CONFIG_AR71XX_EARLY_SERIAL is not set CONFIG_AR71XX_MACH_AP83=y CONFIG_AR71XX_MACH_AW_NR580=y |