summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-4.0/727-phy-rtl8367.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-07 16:22:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-07 16:22:08 +0000
commitad133b57a94165e1289ac63b38139047a1450dbb (patch)
treeb59d5e2f60aface2db357eef2bd87d5d448c26a3 /target/linux/generic/patches-4.0/727-phy-rtl8367.patch
parent86a46a817ba7cfab4963818f9c97508f1f835762 (diff)
downloadmtk-20170518-ad133b57a94165e1289ac63b38139047a1450dbb.zip
mtk-20170518-ad133b57a94165e1289ac63b38139047a1450dbb.tar.gz
mtk-20170518-ad133b57a94165e1289ac63b38139047a1450dbb.tar.bz2
kernel: remove linux 4.0 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47412
Diffstat (limited to 'target/linux/generic/patches-4.0/727-phy-rtl8367.patch')
-rw-r--r--target/linux/generic/patches-4.0/727-phy-rtl8367.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/generic/patches-4.0/727-phy-rtl8367.patch b/target/linux/generic/patches-4.0/727-phy-rtl8367.patch
deleted file mode 100644
index 6fbe34c..0000000
--- a/target/linux/generic/patches-4.0/727-phy-rtl8367.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/drivers/net/phy/Kconfig
-+++ b/drivers/net/phy/Kconfig
-@@ -272,6 +272,10 @@ config RTL8366RB_PHY
- tristate "Driver for the Realtek RTL8366RB switch"
- select SWCONFIG
-
-+config RTL8367_PHY
-+ tristate "Driver for the Realtek RTL8367R/M switches"
-+ select SWCONFIG
-+
- endif # RTL8366_SMI
-
- endif # PHYLIB
---- a/drivers/net/phy/Makefile
-+++ b/drivers/net/phy/Makefile
-@@ -27,6 +27,7 @@ obj-$(CONFIG_RTL8306_PHY) += rtl8306.o
- obj-$(CONFIG_RTL8366_SMI) += rtl8366_smi.o
- obj-$(CONFIG_RTL8366S_PHY) += rtl8366s.o
- obj-$(CONFIG_RTL8366RB_PHY) += rtl8366rb.o
-+obj-$(CONFIG_RTL8367_PHY) += rtl8367.o
- obj-$(CONFIG_LSI_ET1011C_PHY) += et1011c.o
- obj-$(CONFIG_FIXED_PHY) += fixed_phy.o
- obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o