diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-09-08 07:03:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-09-08 07:03:20 +0000 |
commit | 04f8c5293d8d8475e5d2c5fe72edad2fc21d220a (patch) | |
tree | 00cbe2a354396ab50324d011324ec148af89268d | |
parent | 8ceff55a08952bd5bdcdfa0590e9b6500514db7d (diff) | |
download | mtk-20170518-04f8c5293d8d8475e5d2c5fe72edad2fc21d220a.zip mtk-20170518-04f8c5293d8d8475e5d2c5fe72edad2fc21d220a.tar.gz mtk-20170518-04f8c5293d8d8475e5d2c5fe72edad2fc21d220a.tar.bz2 |
ar71xx: the adm6996 phy driver does not work with the RouterStation, disable it until we find a better solution
SVN-Revision: 17539
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.31 | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index 78a0552..dd2c30d 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -1,7 +1,6 @@ CONFIG_32BIT=y # CONFIG_64BIT is not set # CONFIG_8139TOO is not set -CONFIG_ADM6996_PHY=y CONFIG_AG71XX=y CONFIG_AG71XX_AR8216_SUPPORT=y # CONFIG_AG71XX_DEBUG is not set diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index dbeea43..e193ba6 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -1,6 +1,5 @@ CONFIG_32BIT=y # CONFIG_64BIT is not set -CONFIG_ADM6996_PHY=y CONFIG_AG71XX=y CONFIG_AG71XX_AR8216_SUPPORT=y # CONFIG_AG71XX_DEBUG is not set diff --git a/target/linux/ar71xx/config-2.6.31 b/target/linux/ar71xx/config-2.6.31 index dd84d1f..4e09c6c 100644 --- a/target/linux/ar71xx/config-2.6.31 +++ b/target/linux/ar71xx/config-2.6.31 @@ -1,6 +1,5 @@ CONFIG_32BIT=y # CONFIG_64BIT is not set -CONFIG_ADM6996_PHY=y CONFIG_AG71XX=y CONFIG_AG71XX_AR8216_SUPPORT=y # CONFIG_AG71XX_DEBUG is not set |