forked from mirror/openwrt
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>
11 lines
278 B
Makefile
11 lines
278 B
Makefile
|
|
obj-$(CONFIG_RTL8261N_PHY) += rtl8261n.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
|