From: Chukun Pan Date: Sat, 2 Apr 2022 14:28:26 +0000 (+0800) Subject: mdio-tools: add kmod-mdio-netlink as dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5c3d27677f8295d9a14be7ddff4567114d88da99;p=openwrt-packages.git mdio-tools: add kmod-mdio-netlink as dependencies Otherwise it will fail as follows: failed to find a module named mdio-netlink ERROR: mdio-netlink module not detected, and could not be loaded. Run-tested on: ramips/mt7621 Signed-off-by: Chukun Pan --- diff --git a/net/mdio-tools/Makefile b/net/mdio-tools/Makefile index e44776ab5..c110bfdcf 100644 --- a/net/mdio-tools/Makefile +++ b/net/mdio-tools/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mdio-tools -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://github.com/wkz/mdio-tools PKG_SOURCE_PROTO:=git @@ -22,7 +22,7 @@ define Package/mdio-tools CATEGORY:=Utilities TITLE:=mdio-tools Linux MDIO register access URL:=https://github.com/wkz/mdio-tools.git - DEPENDS:=+libmnl + DEPENDS:=+kmod-mdio-netlink +libmnl endef define Package/mdio-tools/description