kernel: fix kmod-phylink missing depends (#8885)

Co-authored-by: W_Y_CPP <383152993@qq.com>
This commit is contained in:
ricksuzade-maker 2022-02-15 16:17:55 +08:00 committed by GitHub
parent d1dc1cdb12
commit cac4857b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)