From: Qingfang Deng Date: Tue, 3 Mar 2026 02:07:05 +0000 (+0800) Subject: mdio-netlink: do not select KCONFIG X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f8aba26c7fe87032bfde888dc173b79dde05b27a;p=openwrt-packages.git mdio-netlink: do not select KCONFIG 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 --- diff --git a/kernel/mdio-netlink/Makefile b/kernel/mdio-netlink/Makefile index cd2ee2f41..88f7bdf0d 100644 --- a/kernel/mdio-netlink/Makefile +++ b/kernel/mdio-netlink/Makefile @@ -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)