[openwrt/openwrt] kernel: rtl8261n: fix kernel module name
LEDE Commits
lede-commits at lists.infradead.org
Fri Oct 17 16:31:38 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/478fcd8fe6e590d4e38fae9c0dfc3a72cf6ae2a5
commit 478fcd8fe6e590d4e38fae9c0dfc3a72cf6ae2a5
Author: Kenneth Kasilag <kenneth at kasilag.me>
AuthorDate: Fri Oct 17 02:11:58 2025 +0000
kernel: rtl8261n: fix kernel module name
Replace rtl8621n -> rtl8261n.
Signed-off-by: Kenneth Kasilag <kenneth at kasilag.me>
Link: https://github.com/openwrt/openwrt/pull/20429
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
.../linux/generic/files/drivers/net/phy/rtl8261n/Makefile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/target/linux/generic/files/drivers/net/phy/rtl8261n/Makefile b/target/linux/generic/files/drivers/net/phy/rtl8261n/Makefile
index a661d6ce85..fd4afb43b5 100644
--- a/target/linux/generic/files/drivers/net/phy/rtl8261n/Makefile
+++ b/target/linux/generic/files/drivers/net/phy/rtl8261n/Makefile
@@ -1,11 +1,11 @@
-obj-$(CONFIG_RTL8261N_PHY) += rtl8621n.o
+obj-$(CONFIG_RTL8261N_PHY) += rtl8261n.o
-rtl8621n-objs += phy_patch.o
-rtl8621n-objs += phy_rtl826xb_patch.o
-rtl8621n-objs += rtk_osal.o
-rtl8621n-objs += rtk_phy.o
-rtl8621n-objs += rtk_phylib.o
-rtl8621n-objs += rtk_phylib_rtl826xb.o
+rtl8261n-objs += phy_patch.o
+rtl8261n-objs += phy_rtl826xb_patch.o
+rtl8261n-objs += rtk_osal.o
+rtl8261n-objs += rtk_phy.o
+rtl8261n-objs += rtk_phylib.o
+rtl8261n-objs += rtk_phylib_rtl826xb.o
ccflags-y += -Werror -DRTK_PHYDRV_IN_LINUX
More information about the lede-commits
mailing list