From 5c3d27677f8295d9a14be7ddff4567114d88da99 Mon Sep 17 00:00:00 2001 From: Chukun Pan Date: Sat, 2 Apr 2022 22:28:26 +0800 Subject: [PATCH] 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 --- net/mdio-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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