[openwrt/openwrt] realtek: 6.6: refresh patch add-rtl-phy

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


svanheule pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0389a24a7395d3b2f14b9b656e355639597c7e39

commit 0389a24a7395d3b2f14b9b656e355639597c7e39
Author: Markus Stockhausen <markus.stockhausen at gmx.de>
AuthorDate: Mon Sep 9 08:09:46 2024 -0400

    realtek: 6.6: refresh patch add-rtl-phy
    
    No content changes. Only take over the new patch locations. All errors
    that wil arise from compiling with the phy driver will be covered by
    follow up patches.
    
    Signed-off-by: Markus Stockhausen <markus.stockhausen at gmx.de>
---
 target/linux/realtek/patches-6.6/720-add-rtl-phy.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/target/linux/realtek/patches-6.6/720-add-rtl-phy.patch b/target/linux/realtek/patches-6.6/720-add-rtl-phy.patch
index c6f8e6508b..78a57f0a3e 100644
--- a/target/linux/realtek/patches-6.6/720-add-rtl-phy.patch
+++ b/target/linux/realtek/patches-6.6/720-add-rtl-phy.patch
@@ -14,7 +14,7 @@ Submitted-by: Birger Koblitz <mail at birger-koblitz.de>
 
 --- a/drivers/net/phy/Kconfig
 +++ b/drivers/net/phy/Kconfig
-@@ -354,6 +354,12 @@ config REALTEK_PHY
+@@ -410,6 +410,12 @@ config REALTEK_PHY
  	help
  	  Supports the Realtek 821x PHY.
  
@@ -29,8 +29,8 @@ Submitted-by: Birger Koblitz <mail at birger-koblitz.de>
  	help
 --- a/drivers/net/phy/Makefile
 +++ b/drivers/net/phy/Makefile
-@@ -89,6 +89,7 @@ obj-$(CONFIG_NXP_C45_TJA11XX_PHY)	+= nxp
- obj-$(CONFIG_NXP_TJA11XX_PHY)	+= nxp-tja11xx.o
+@@ -100,6 +100,7 @@ obj-$(CONFIG_NXP_TJA11XX_PHY)	+= nxp-tja
+ obj-y				+= qcom/
  obj-$(CONFIG_QSEMI_PHY)		+= qsemi.o
  obj-$(CONFIG_REALTEK_PHY)	+= realtek.o
 +obj-$(CONFIG_REALTEK_SOC_PHY)   += rtl83xx-phy.o




More information about the lede-commits mailing list