From 58b82e6ca503aea3f67b4692f2c3196cb0a2ca2c Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 5 Feb 2022 17:14:17 +0000 Subject: realtek: drop support for Linux 5.4 Drop patches and files for Linux 5.4 now that we've been using 5.10 for a while and support for Linux 5.4 has gone out-of-sync. Signed-off-by: Daniel Golle --- .../700-net-dsa-add-support-for-rtl838x-switch.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 target/linux/realtek/patches-5.4/700-net-dsa-add-support-for-rtl838x-switch.patch (limited to 'target/linux/realtek/patches-5.4/700-net-dsa-add-support-for-rtl838x-switch.patch') diff --git a/target/linux/realtek/patches-5.4/700-net-dsa-add-support-for-rtl838x-switch.patch b/target/linux/realtek/patches-5.4/700-net-dsa-add-support-for-rtl838x-switch.patch deleted file mode 100644 index bb6f83e55d..0000000000 --- a/target/linux/realtek/patches-5.4/700-net-dsa-add-support-for-rtl838x-switch.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/drivers/net/dsa/Kconfig -+++ b/drivers/net/dsa/Kconfig -@@ -63,6 +63,8 @@ config NET_DSA_QCA8K - This enables support for the Qualcomm Atheros QCA8K Ethernet - switch chips. - -+source "drivers/net/dsa/rtl83xx/Kconfig" -+ - config NET_DSA_REALTEK_SMI - tristate "Realtek SMI Ethernet switch family support" - depends on NET_DSA ---- a/drivers/net/dsa/Makefile -+++ b/drivers/net/dsa/Makefile -@@ -21,3 +21,4 @@ obj-y += b53/ - obj-y += microchip/ - obj-y += mv88e6xxx/ - obj-y += sja1105/ -+obj-y += rtl83xx/ -- cgit v1.2.3