mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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 <dqfext@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
3dd1f337eb
commit
f8aba26c7f
@@ -22,7 +22,7 @@ define KernelPackage/mdio-netlink
|
|||||||
CATEGORY:=Kernel modules
|
CATEGORY:=Kernel modules
|
||||||
SUBMENU:=Network Support
|
SUBMENU:=Network Support
|
||||||
TITLE:=mdio-netlink Linux MDIO netlink kernel module
|
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
|
URL:=https://github.com/wkz/mdio-tools.git
|
||||||
FILES:=$(PKG_BUILD_DIR)/kernel/mdio-netlink.ko
|
FILES:=$(PKG_BUILD_DIR)/kernel/mdio-netlink.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,mdio-netlink)
|
AUTOLOAD:=$(call AutoProbe,mdio-netlink)
|
||||||
|
|||||||
Reference in New Issue
Block a user