mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-05 01:52:04 +08:00
kmod-phy-realtek: fix missing symbol for linux 6.x
This commit is contained in:
parent
a87372b08f
commit
940b03781f
@ -422,9 +422,10 @@ $(eval $(call KernelPackage,phy-micrel))
|
|||||||
define KernelPackage/phy-realtek
|
define KernelPackage/phy-realtek
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=Realtek Ethernet PHY driver
|
TITLE:=Realtek Ethernet PHY driver
|
||||||
KCONFIG:=CONFIG_REALTEK_PHY
|
KCONFIG:=CONFIG_REALTEK_PHY \
|
||||||
DEPENDS:=+kmod-libphy
|
CONFIG_REALTEK_PHY_HWMON=y
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/phy/realtek.ko
|
DEPENDS:=+kmod-libphy +kmod-hwmon-core
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/net/phy/realtek/realtek.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,18,realtek,1)
|
AUTOLOAD:=$(call AutoLoad,18,realtek,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user