aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.14/420-net-ar71xx_mac_driver.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-16 07:40:09 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-16 07:40:09 +0000
commit63894eb6f7047d8777572d663d172f64c53852bb (patch)
tree6f59aec9ab0980eca2b1e69dd23eecfb4a8071df /target/linux/ar71xx/patches-3.14/420-net-ar71xx_mac_driver.patch
parentadc39a912ad66671b8a5d4b9c333f5395d637197 (diff)
downloadupstream-63894eb6f7047d8777572d663d172f64c53852bb.tar.gz
upstream-63894eb6f7047d8777572d663d172f64c53852bb.tar.bz2
upstream-63894eb6f7047d8777572d663d172f64c53852bb.zip
ar71xx: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44815 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.14/420-net-ar71xx_mac_driver.patch')
-rw-r--r--target/linux/ar71xx/patches-3.14/420-net-ar71xx_mac_driver.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/ar71xx/patches-3.14/420-net-ar71xx_mac_driver.patch b/target/linux/ar71xx/patches-3.14/420-net-ar71xx_mac_driver.patch
deleted file mode 100644
index 5da869a132..0000000000
--- a/target/linux/ar71xx/patches-3.14/420-net-ar71xx_mac_driver.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/drivers/net/ethernet/atheros/Kconfig
-+++ b/drivers/net/ethernet/atheros/Kconfig
-@@ -5,7 +5,7 @@
- config NET_VENDOR_ATHEROS
- bool "Atheros devices"
- default y
-- depends on PCI
-+ depends on (PCI || ATH79)
- ---help---
- If you have a network (Ethernet) card belonging to this class, say Y
- and read the Ethernet-HOWTO, available from
-@@ -80,4 +80,6 @@ config ALX
- To compile this driver as a module, choose M here. The module
- will be called alx.
-
-+source drivers/net/ethernet/atheros/ag71xx/Kconfig
-+
- endif # NET_VENDOR_ATHEROS
---- a/drivers/net/ethernet/atheros/Makefile
-+++ b/drivers/net/ethernet/atheros/Makefile
-@@ -2,6 +2,7 @@
- # Makefile for the Atheros network device drivers.
- #
-
-+obj-$(CONFIG_AG71XX) += ag71xx/
- obj-$(CONFIG_ATL1) += atlx/
- obj-$(CONFIG_ATL2) += atlx/
- obj-$(CONFIG_ATL1E) += atl1e/