aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath25/patches-5.4/700-swconfig_mvswitch.patch
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2022-02-10 13:35:32 +0000
committerPaul Spooren <mail@aparcar.org>2022-02-17 11:08:58 +0100
commit961175a8015d348009ca2189dacbe412925a6d33 (patch)
tree04ec120a1f600850822e37f0718022d2c40dd8aa /target/linux/ath25/patches-5.4/700-swconfig_mvswitch.patch
parent918d4ab41ea34358c747aab5471bbb0a2a786dd8 (diff)
downloadupstream-961175a8015d348009ca2189dacbe412925a6d33.tar.gz
upstream-961175a8015d348009ca2189dacbe412925a6d33.tar.bz2
upstream-961175a8015d348009ca2189dacbe412925a6d33.zip
ath25: drop Linux 5.4 support
We've been bumped to 5.10, no need to carry this stuff anymore. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/ath25/patches-5.4/700-swconfig_mvswitch.patch')
-rw-r--r--target/linux/ath25/patches-5.4/700-swconfig_mvswitch.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/ath25/patches-5.4/700-swconfig_mvswitch.patch b/target/linux/ath25/patches-5.4/700-swconfig_mvswitch.patch
deleted file mode 100644
index 7f2c082432..0000000000
--- a/target/linux/ath25/patches-5.4/700-swconfig_mvswitch.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/drivers/net/phy/Kconfig
-+++ b/drivers/net/phy/Kconfig
-@@ -284,6 +284,10 @@ config IP17XX_PHY
- tristate "Driver for IC+ IP17xx switches"
- select SWCONFIG
-
-+config MVSWITCH_PHY
-+ tristate "Driver for Marvell 88E6060 switches"
-+ select ETHERNET_PACKET_MANGLE
-+
- config PSB6970_PHY
- tristate "Lantiq XWAY Tantos (PSB6970) Ethernet switch"
- select SWCONFIG
---- a/drivers/net/phy/Makefile
-+++ b/drivers/net/phy/Makefile
-@@ -27,6 +27,7 @@ obj-$(CONFIG_ADM6996_PHY) += adm6996.o
- obj-$(CONFIG_AR8216_PHY) += ar8216.o ar8327.o
- obj-$(CONFIG_SWCONFIG_B53) += b53/
- obj-$(CONFIG_IP17XX_PHY) += ip17xx.o
-+obj-$(CONFIG_MVSWITCH_PHY) += mvswitch.o
- obj-$(CONFIG_PSB6970_PHY) += psb6970.o
- obj-$(CONFIG_RTL8306_PHY) += rtl8306.o
- obj-$(CONFIG_RTL8366_SMI) += rtl8366_smi.o