diff options
author | David Bauer <mail@david-bauer.net> | 2021-12-21 22:00:34 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-12-27 03:13:36 +0100 |
commit | 9d9d851eec7da1b9b2c161562c58d81e4e72b77c (patch) | |
tree | 011df2b1fda2dfb56ee9736992ebb9742751c16b /target/linux/ath79/patches-5.4/420-net-use-downstream-ag71xx.patch | |
parent | 5ca77934180ea277520be0dbbe7d47c47eec2375 (diff) | |
download | upstream-9d9d851eec7da1b9b2c161562c58d81e4e72b77c.tar.gz upstream-9d9d851eec7da1b9b2c161562c58d81e4e72b77c.tar.bz2 upstream-9d9d851eec7da1b9b2c161562c58d81e4e72b77c.zip |
ath79: remove kernel 5.4
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ath79/patches-5.4/420-net-use-downstream-ag71xx.patch')
-rw-r--r-- | target/linux/ath79/patches-5.4/420-net-use-downstream-ag71xx.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/ath79/patches-5.4/420-net-use-downstream-ag71xx.patch b/target/linux/ath79/patches-5.4/420-net-use-downstream-ag71xx.patch deleted file mode 100644 index 17cf3ea957..0000000000 --- a/target/linux/ath79/patches-5.4/420-net-use-downstream-ag71xx.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/drivers/net/ethernet/atheros/Kconfig -+++ b/drivers/net/ethernet/atheros/Kconfig -@@ -17,13 +17,7 @@ config NET_VENDOR_ATHEROS - - if NET_VENDOR_ATHEROS - --config AG71XX -- tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support" -- depends on ATH79 -- select PHYLIB -- help -- If you wish to compile a kernel for AR7XXX/91XXX and enable -- ethernet support, then you should always answer Y to this. -+source "drivers/net/ethernet/atheros/ag71xx/Kconfig" - - config ATL2 - tristate "Atheros L2 Fast Ethernet support" ---- a/drivers/net/ethernet/atheros/Makefile -+++ b/drivers/net/ethernet/atheros/Makefile -@@ -3,7 +3,7 @@ - # Makefile for the Atheros network device drivers. - # - --obj-$(CONFIG_AG71XX) += ag71xx.o -+obj-$(CONFIG_AG71XX) += ag71xx/ - obj-$(CONFIG_ATL1) += atlx/ - obj-$(CONFIG_ATL2) += atlx/ - obj-$(CONFIG_ATL1E) += atl1e/ |