summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Kasilag2025-10-17 02:11:58 +0000
committerHauke Mehrtens2025-10-17 23:30:13 +0000
commit478fcd8fe6e590d4e38fae9c0dfc3a72cf6ae2a5 (patch)
treef14ba66b678b5f3ec1c2b8e6c648668cb6656b26
parenteb370a7d0230cc2824685d19f28548d81726f2cd (diff)
downloadopenwrt-478fcd8fe6e590d4e38fae9c0dfc3a72cf6ae2a5.tar.gz
kernel: rtl8261n: fix kernel module name
Replace rtl8621n -> rtl8261n. Signed-off-by: Kenneth Kasilag <kenneth@kasilag.me> Link: https://github.com/openwrt/openwrt/pull/20429 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/generic/files/drivers/net/phy/rtl8261n/Makefile14
1 files 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