aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-12-13 17:03:13 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-12-13 17:07:24 +0100
commit8fc954aeb76fe5991204646f7bee0ac521453159 (patch)
tree82939b1fb79fdabdee519e359dca31ee5cc08285 /package/kernel/linux/modules
parentb09e060e2c12535fb71f18bf0b47a0fc3e267896 (diff)
downloadupstream-8fc954aeb76fe5991204646f7bee0ac521453159.tar.gz
upstream-8fc954aeb76fe5991204646f7bee0ac521453159.tar.bz2
upstream-8fc954aeb76fe5991204646f7bee0ac521453159.zip
package: kernel: detach of-mdio dependency from stmmac-core
Detach of-mdio dependency from stmmac-core kmod to fix support for x86_64 target. This target doesn't use OpenFirmware infrastructure and stmmac-core for the dwmac-intel driver doesn't depends on it. Add kmod-of-mdio to any other user of stmmac-core as it's not inherit from stmmac-core anymore. Fixes: #14209 Fixes: 4b4c940fbc8f ("x86: Add kmod-dwmac-intel") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r--package/kernel/linux/modules/netdevices.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk
index ab6bead9c2d..46dcdfdef72 100644
--- a/package/kernel/linux/modules/netdevices.mk
+++ b/package/kernel/linux/modules/netdevices.mk
@@ -1558,8 +1558,7 @@ $(eval $(call KernelPackage,pcs-xpcs))
define KernelPackage/stmmac-core
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Synopsis Ethernet Controller core (NXP,STMMicro,others)
- DEPENDS:=@TARGET_x86_64||TARGET_armsr_armv8 +kmod-pcs-xpcs +kmod-ptp \
- +kmod-of-mdio
+ DEPENDS:=@TARGET_x86_64||TARGET_armsr_armv8 +kmod-pcs-xpcs +kmod-ptp
KCONFIG:=CONFIG_STMMAC_ETH \
CONFIG_STMMAC_SELFTESTS=n \
CONFIG_STMMAC_PLATFORM \