Skip to content

Commit 478fcd8

Browse files
hurrianhauke
authored andcommitted
kernel: rtl8261n: fix kernel module name
Replace rtl8621n -> rtl8261n. Signed-off-by: Kenneth Kasilag <kenneth@kasilag.me> Link: openwrt#20429 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent eb370a7 commit 478fcd8

File tree

1 file changed

+7
-7
lines changed
  • target/linux/generic/files/drivers/net/phy/rtl8261n

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

2-
obj-$(CONFIG_RTL8261N_PHY) += rtl8621n.o
2+
obj-$(CONFIG_RTL8261N_PHY) += rtl8261n.o
33

4-
rtl8621n-objs += phy_patch.o
5-
rtl8621n-objs += phy_rtl826xb_patch.o
6-
rtl8621n-objs += rtk_osal.o
7-
rtl8621n-objs += rtk_phy.o
8-
rtl8621n-objs += rtk_phylib.o
9-
rtl8621n-objs += rtk_phylib_rtl826xb.o
4+
rtl8261n-objs += phy_patch.o
5+
rtl8261n-objs += phy_rtl826xb_patch.o
6+
rtl8261n-objs += rtk_osal.o
7+
rtl8261n-objs += rtk_phy.o
8+
rtl8261n-objs += rtk_phylib.o
9+
rtl8261n-objs += rtk_phylib_rtl826xb.o
1010

1111
ccflags-y += -Werror -DRTK_PHYDRV_IN_LINUX

0 commit comments

Comments
 (0)