summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Stockhausen2024-09-09 12:09:46 +0000
committerSander Vanheule2024-09-14 18:02:52 +0000
commit0389a24a7395d3b2f14b9b656e355639597c7e39 (patch)
tree7fa75c3dfd051cacefc329139666efcd097375eb
parent9eb5637c31dc7323d90449cce80362bf1eac11c9 (diff)
downloadopenwrt-0389a24a7395d3b2f14b9b656e355639597c7e39.tar.gz
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@gmx.de>
-rw-r--r--target/linux/realtek/patches-6.6/720-add-rtl-phy.patch6
1 files 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@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@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