diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-01 08:11:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-06-01 08:11:37 +0000 |
commit | 00e2b1d997db26f5a60beea4706e0da366307a59 (patch) | |
tree | 7da2dd636d67bd6fa7ad7a5a37db6029e259395b /target/linux/ar7/patches/150-cpmac_not_broken.patch | |
parent | 9a022a733041c09ea0662cb3e9210d2d8bc52b99 (diff) | |
download | mtk-20170518-00e2b1d997db26f5a60beea4706e0da366307a59.zip mtk-20170518-00e2b1d997db26f5a60beea4706e0da366307a59.tar.gz mtk-20170518-00e2b1d997db26f5a60beea4706e0da366307a59.tar.bz2 |
add experimental 2.6.30 support, boot tested
SVN-Revision: 16242
Diffstat (limited to 'target/linux/ar7/patches/150-cpmac_not_broken.patch')
-rw-r--r-- | target/linux/ar7/patches/150-cpmac_not_broken.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar7/patches/150-cpmac_not_broken.patch b/target/linux/ar7/patches/150-cpmac_not_broken.patch new file mode 100644 index 0000000..0c8a20d --- /dev/null +++ b/target/linux/ar7/patches/150-cpmac_not_broken.patch @@ -0,0 +1,11 @@ +--- a/drivers/net/Kconfig ++++ b/drivers/net/Kconfig +@@ -1883,7 +1883,7 @@ config SC92031 + + config CPMAC + tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)" +- depends on NET_ETHERNET && EXPERIMENTAL && AR7 && BROKEN ++ depends on NET_ETHERNET && EXPERIMENTAL && AR7 + select PHYLIB + help + TI AR7 CPMAC Ethernet support |