diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-02-05 17:14:17 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-02-17 15:21:46 +0000 |
commit | 58b82e6ca503aea3f67b4692f2c3196cb0a2ca2c (patch) | |
tree | a632ebec6adbc74187badde0c619561a7ec0465e /target/linux/realtek/patches-5.4/700-net-dsa-add-support-for-rtl838x-switch.patch | |
parent | 397de500896f3c7c4e2468c21521502392af4574 (diff) | |
download | upstream-58b82e6ca503aea3f67b4692f2c3196cb0a2ca2c.tar.gz upstream-58b82e6ca503aea3f67b4692f2c3196cb0a2ca2c.tar.bz2 upstream-58b82e6ca503aea3f67b4692f2c3196cb0a2ca2c.zip |
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 <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/realtek/patches-5.4/700-net-dsa-add-support-for-rtl838x-switch.patch')
-rw-r--r-- | target/linux/realtek/patches-5.4/700-net-dsa-add-support-for-rtl838x-switch.patch | 18 |
1 files changed, 0 insertions, 18 deletions
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/ |