From: Mieczyslaw Nalewaj Date: Mon, 18 Nov 2024 22:13:11 +0000 (+0100) Subject: pcs-xpcs: 6.12: Add missing depends X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cf32beca2378a4c12b99b2c7191f02959268761d;p=openwrt%2Fstaging%2Fwigyori.git pcs-xpcs: 6.12: Add missing depends Add missing depends kmod-mdio-devres. Signed-off-by: Mieczyslaw Nalewaj --- diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk index cd24fb3ecb..6db6ad90c4 100644 --- a/package/kernel/linux/modules/netdevices.mk +++ b/package/kernel/linux/modules/netdevices.mk @@ -1765,7 +1765,7 @@ $(eval $(call KernelPackage,sfp)) define KernelPackage/pcs-xpcs SUBMENU:=$(NETWORK_DEVICES_MENU) TITLE:=Synopsis DesignWare PCS driver - DEPENDS:=@(TARGET_x86_64||TARGET_armsr) +kmod-phylink + DEPENDS:=@(TARGET_x86_64||TARGET_armsr) +kmod-phylink +LINUX_6_12:kmod-mdio-devres KCONFIG:=CONFIG_PCS_XPCS FILES:=$(LINUX_DIR)/drivers/net/pcs/pcs_xpcs.ko AUTOLOAD:=$(call AutoLoad,20,pcs_xpcs)