Browse Source

iproute2: replace libelf1 dependency with libelf

Signed-off-by: Jo-Philipp Wich <[email protected]>
Jo-Philipp Wich 6 years ago
parent
commit
b1781d5841
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/utils/iproute2/Makefile

+ 1 - 1
package/network/utils/iproute2/Makefile

@@ -54,7 +54,7 @@ endef
 define Package/tc
 $(call Package/iproute2/Default)
   TITLE:=Traffic control utility
-  DEPENDS:=+kmod-sched-core +(PACKAGE_devlink||PACKAGE_rdma):libmnl +libelf1
+  DEPENDS:=+kmod-sched-core +(PACKAGE_devlink||PACKAGE_rdma):libmnl +libelf
 endef
 
 define Package/genl