summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Stockhausen2024-09-09 11:52:41 +0000
committerSander Vanheule2024-09-14 18:02:52 +0000
commit282065720666e4fcf9b732d37b0a7561bfdeb771 (patch)
tree75f645029d430fd635dc89b3efae8c7035adce33
parent4742c7dfefba380e0aa7002c5bf1d13c283d471c (diff)
downloadopenwrt-282065720666e4fcf9b732d37b0a7561bfdeb771.tar.gz
realtek: 6.6: refresh patch net-dsa-add-support-for-rtl838x-switch
No content changes. Only adapt the failing hooks and take over the new patch locations. All errors that wil arise from compiling with the dsa driver will be covered by follow up patches. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
-rw-r--r--target/linux/realtek/patches-6.6/718-net-dsa-add-support-for-rtl838x-switch.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/realtek/patches-6.6/718-net-dsa-add-support-for-rtl838x-switch.patch b/target/linux/realtek/patches-6.6/718-net-dsa-add-support-for-rtl838x-switch.patch
index 8c6a4c3639..786fc37091 100644
--- a/target/linux/realtek/patches-6.6/718-net-dsa-add-support-for-rtl838x-switch.patch
+++ b/target/linux/realtek/patches-6.6/718-net-dsa-add-support-for-rtl838x-switch.patch
@@ -22,21 +22,21 @@ Submitted-by: John Crispin <john@phrozen.org>
--- a/drivers/net/dsa/Kconfig
+++ b/drivers/net/dsa/Kconfig
-@@ -85,6 +85,8 @@ source "drivers/net/dsa/sja1105/Kconfig"
+@@ -89,6 +89,8 @@ source "drivers/net/dsa/xrs700x/Kconfig"
- source "drivers/net/dsa/xrs700x/Kconfig"
+ source "drivers/net/dsa/realtek/Kconfig"
+source "drivers/net/dsa/rtl83xx/Kconfig"
+
- config NET_DSA_REALTEK_SMI
- tristate "Realtek SMI Ethernet switch family support"
- select NET_DSA_TAG_RTL4_A
+ config NET_DSA_RZN1_A5PSW
+ tristate "Renesas RZ/N1 A5PSW Ethernet switch support"
+ depends on OF && ARCH_RZN1
--- a/drivers/net/dsa/Makefile
+++ b/drivers/net/dsa/Makefile
-@@ -24,5 +24,6 @@ obj-y += microchip/
- obj-y += mv88e6xxx/
+@@ -24,5 +24,6 @@ obj-y += mv88e6xxx/
obj-y += ocelot/
obj-y += qca/
+ obj-y += realtek/
+obj-y += rtl83xx/
obj-y += sja1105/
obj-y += xrs700x/