aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-5.10/500-gsw-rtl8367s-mt7622-support.patch
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-04-30 15:51:21 +0100
committerDaniel Golle <daniel@makrotopia.org>2022-04-30 16:00:24 +0100
commit593fe90b53124af7082b2fe73803e5b1f6793bb9 (patch)
tree04b638d042160d6b57420b89452d216e4ebfbf48 /target/linux/mediatek/patches-5.10/500-gsw-rtl8367s-mt7622-support.patch
parenteb96f1413a6a7f5c2a48fece0eaeafb6e88ad62b (diff)
downloadupstream-593fe90b53124af7082b2fe73803e5b1f6793bb9.tar.gz
upstream-593fe90b53124af7082b2fe73803e5b1f6793bb9.tar.bz2
upstream-593fe90b53124af7082b2fe73803e5b1f6793bb9.zip
mediatek: remove left-overs from Linux 5.10
Remove patches and configuration for Linux 5.10 which have been left in the tree despite the target having been switched to Linux 5.15. Fixes: c283defa88 ("mediatek: switch to 5.15") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/patches-5.10/500-gsw-rtl8367s-mt7622-support.patch')
-rw-r--r--target/linux/mediatek/patches-5.10/500-gsw-rtl8367s-mt7622-support.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/mediatek/patches-5.10/500-gsw-rtl8367s-mt7622-support.patch b/target/linux/mediatek/patches-5.10/500-gsw-rtl8367s-mt7622-support.patch
deleted file mode 100644
index c7e65456ba..0000000000
--- a/target/linux/mediatek/patches-5.10/500-gsw-rtl8367s-mt7622-support.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/drivers/net/phy/Kconfig
-+++ b/drivers/net/phy/Kconfig
-@@ -340,6 +340,12 @@ config ROCKCHIP_PHY
- help
- Currently supports the integrated Ethernet PHY.
-
-+config RTL8367S_GSW
-+ tristate "rtl8367 Gigabit Switch support for mt7622"
-+ depends on NET_VENDOR_MEDIATEK
-+ help
-+ This driver supports rtl8367s in mt7622
-+
- config SMSC_PHY
- tristate "SMSC PHYs"
- help
---- a/drivers/net/phy/Makefile
-+++ b/drivers/net/phy/Makefile
-@@ -89,6 +89,7 @@ obj-$(CONFIG_QSEMI_PHY) += qsemi.o
- obj-$(CONFIG_REALTEK_PHY) += realtek.o
- obj-$(CONFIG_RENESAS_PHY) += uPD60620.o
- obj-$(CONFIG_ROCKCHIP_PHY) += rockchip.o
-+obj-$(CONFIG_RTL8367S_GSW) += rtk/
- obj-$(CONFIG_SMSC_PHY) += smsc.o
- obj-$(CONFIG_STE10XP) += ste10Xp.o
- obj-$(CONFIG_TERANETICS_PHY) += teranetics.o