mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
kernel: modules: fix kmod-mdio-devres dependency for 5.15 (#9911)
Fix: Package kmod-mdio-devres is missing dependencies for the following libraries: of_mdio.ko Package kmod-of-mdio is missing dependencies for the following libraries: fwnode_mdio.ko Co-authored-by: breakings <breakingstop@gmail.com>
This commit is contained in:
parent
17fea87fec
commit
0edc2efdb0
@ -1027,8 +1027,8 @@ define KernelPackage/of-mdio
|
|||||||
KCONFIG:=CONFIG_OF_MDIO
|
KCONFIG:=CONFIG_OF_MDIO
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/drivers/net/phy/fixed_phy.ko \
|
$(LINUX_DIR)/drivers/net/phy/fixed_phy.ko \
|
||||||
$(LINUX_DIR)/drivers/of/of_mdio.ko@lt5.10 \
|
$(LINUX_DIR)/drivers/net/mdio/of_mdio.ko \
|
||||||
$(LINUX_DIR)/drivers/net/mdio/of_mdio.ko@ge5.10
|
$(LINUX_DIR)/drivers/net/mdio/fwnode_mdio.ko@ge5.15
|
||||||
AUTOLOAD:=$(call AutoLoad,41,of_mdio)
|
AUTOLOAD:=$(call AutoLoad,41,of_mdio)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user