mdio-netlink: do not select KCONFIG
authorQingfang Deng <redacted>
Tue, 3 Mar 2026 02:07:05 +0000 (10:07 +0800)
committerRobert Marko <redacted>
Tue, 3 Mar 2026 09:52:41 +0000 (10:52 +0100)
mdio-netlink is forcing all targets in buildbot to build PHY and MDIO
support. Convert the dependency into the PHYLIB kmod to avoid that.

Signed-off-by: Qingfang Deng <redacted>
kernel/mdio-netlink/Makefile

index cd2ee2f418c8e04b4bb7725160a46ddd16e6f23c..88f7bdf0df2591072c5932bd195a781d8946ed4d 100644 (file)
@@ -22,7 +22,7 @@ define KernelPackage/mdio-netlink
   CATEGORY:=Kernel modules
   SUBMENU:=Network Support
   TITLE:=mdio-netlink Linux MDIO netlink kernel module
-  KCONFIG:=CONFIG_PHYLIB=y CONFIG_MDIO_BUS=y
+  DEPENDS:=+kmod-libphy
   URL:=https://github.com/wkz/mdio-tools.git
   FILES:=$(PKG_BUILD_DIR)/kernel/mdio-netlink.ko
   AUTOLOAD:=$(call AutoProbe,mdio-netlink)
git clone https://git.99rst.org/PROJECT