diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-04-24 06:46:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-04-24 06:46:51 +0000 |
commit | 70795466b90f4e8f4035bcb26b9c15a0404b0873 (patch) | |
tree | 9ef76ba95e94a74deeb53b61f2e1b79dbed58f40 /target/linux/ar71xx/config-2.6.29 | |
parent | dcd9f20085e09fae9ba1c648973be0103db54c28 (diff) | |
download | upstream-70795466b90f4e8f4035bcb26b9c15a0404b0873.tar.gz upstream-70795466b90f4e8f4035bcb26b9c15a0404b0873.tar.bz2 upstream-70795466b90f4e8f4035bcb26b9c15a0404b0873.zip |
fix ethernet driver on 2.6.29
SVN-Revision: 15371
Diffstat (limited to 'target/linux/ar71xx/config-2.6.29')
-rw-r--r-- | target/linux/ar71xx/config-2.6.29 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-2.6.29 b/target/linux/ar71xx/config-2.6.29 index 6cea30676d..519271ce41 100644 --- a/target/linux/ar71xx/config-2.6.29 +++ b/target/linux/ar71xx/config-2.6.29 @@ -1,7 +1,9 @@ CONFIG_32BIT=y # CONFIG_64BIT is not set CONFIG_ADM6996_PHY=y -# CONFIG_AG71XX is not set +CONFIG_AG71XX=y +CONFIG_AG71XX_AR8216_SUPPORT=y +# CONFIG_AG71XX_DEBUG is not set # CONFIG_AR71XX_EARLY_SERIAL is not set CONFIG_AR71XX_MACH_AP81=y CONFIG_AR71XX_MACH_AP83=y |