kernel: modules: netdevice: remove kmod-of-mdio dependency for kmod-stmmac-core main master
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 10 Jun 2024 08:52:52 +0000 (10:52 +0200)
committerRobert Marko <robimarko@gmail.com>
Mon, 10 Jun 2024 14:50:29 +0000 (16:50 +0200)
commitfe5fe3c8e708913afc9c1e50bf7347ef1304353c
treee907575038950327e188f8cb0ce0459caf19b8fa
parentac2722cb02201a81b9b76ca84ae2067ce0c7791a
kernel: modules: netdevice: remove kmod-of-mdio dependency for kmod-stmmac-core

The 'kmod-stmmac-core' package is referenced by the following packages:
* kmod-dwmac-intel
* kmod-dwmac-imx
* kmod-dwmac-sun8i

The problem is that 'kmod-of-mdio' is not selectable for 'TARGET_x86'.
That means the package 'kmod-dwmac-intel' is not available on this
architecture and so the package 'kmod-dwmac-intel' could not be enabled.

To fix this remove the dependencies 'kmod-of-mdio' from 'kmod-stmmac-core'.
This is not needed on this level, because the modules 'kmod-of-mdio' is
already selected by the packages 'kmod-dwmac-imx' and 'kmod-dwmac-sun8i'.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
package/kernel/linux/modules/netdevices.mk