aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-5.4/0990-gsw-rtl8367s-mt7622-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mediatek/patches-5.4/0990-gsw-rtl8367s-mt7622-support.patch')
-rw-r--r--target/linux/mediatek/patches-5.4/0990-gsw-rtl8367s-mt7622-support.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/mediatek/patches-5.4/0990-gsw-rtl8367s-mt7622-support.patch b/target/linux/mediatek/patches-5.4/0990-gsw-rtl8367s-mt7622-support.patch
deleted file mode 100644
index a3d49e903e..0000000000
--- a/target/linux/mediatek/patches-5.4/0990-gsw-rtl8367s-mt7622-support.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/drivers/net/phy/Kconfig
-+++ b/drivers/net/phy/Kconfig
-@@ -42,6 +42,12 @@ config MDIO_BCM_IPROC
- This module provides a driver for the MDIO busses found in the
- Broadcom iProc SoC's.
-
-+config RTL8367S_GSW
-+ tristate "rtl8367 Gigabit Switch support for mt7622"
-+ depends on NET_VENDOR_MEDIATEK
-+ help
-+ This driver supports rtl8367s in mt7622
-+
- config MDIO_BCM_UNIMAC
- tristate "Broadcom UniMAC MDIO bus controller"
- depends on HAS_IOMEM
---- a/drivers/net/phy/Makefile
-+++ b/drivers/net/phy/Makefile
-@@ -110,4 +110,5 @@ obj-$(CONFIG_TERANETICS_PHY) += teraneti
- obj-$(CONFIG_VITESSE_PHY) += vitesse.o
- obj-$(CONFIG_XILINX_GMII2RGMII) += xilinx_gmii2rgmii.o
- obj-$(CONFIG_MT753X_GSW) += mtk/mt753x/
-+obj-$(CONFIG_RTL8367S_GSW) += rtk/
-