projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad05db4
)
pcs-xpcs: 6.12: Add missing depends
author
Mieczyslaw Nalewaj
<namiltd@yahoo.com>
Mon, 18 Nov 2024 22:13:11 +0000
(23:13 +0100)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Tue, 17 Dec 2024 22:28:10 +0000
(23:28 +0100)
Add missing depends kmod-mdio-devres.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
package/kernel/linux/modules/netdevices.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/netdevices.mk
b/package/kernel/linux/modules/netdevices.mk
index cd24fb3ecbc996b143d1baed7dc75050bd4a5b5e..6db6ad90c4aaa594a395e013f40ac1f5a8389b7b 100644
(file)
--- 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)