mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
Update netdevices.mk to fix depends (#11252)
This commit is contained in:
parent
0d1a56f76f
commit
7cbe26964d
@ -111,6 +111,7 @@ $(eval $(call KernelPackage,libphy))
|
||||
define KernelPackage/phylink
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Model for MAC to optional PHY connection
|
||||
DEPENDS:=+kmod-libphy
|
||||
KCONFIG:=CONFIG_PHYLINK
|
||||
FILES:=$(LINUX_DIR)/drivers/net/phy/phylink.ko
|
||||
AUTOLOAD:=$(call AutoLoad,15,phylink,1)
|
||||
|
Loading…
Reference in New Issue
Block a user