[openwrt/openwrt] realtek: 6.6: refresh patch net-dsa-add-support-for-rtl838x-switch

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 14 12:30:28 PDT 2024


svanheule pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/282065720666e4fcf9b732d37b0a7561bfdeb771

commit 282065720666e4fcf9b732d37b0a7561bfdeb771
Author: Markus Stockhausen <markus.stockhausen at gmx.de>
AuthorDate: Mon Sep 9 07:52:41 2024 -0400

    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 at gmx.de>
---
 .../718-net-dsa-add-support-for-rtl838x-switch.patch       | 14 +++++++-------
 1 file 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 at 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/




More information about the lede-commits mailing list