aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-01-24 12:56:31 +0100
committerJo-Philipp Wich <jo@mein.io>2019-01-24 12:56:31 +0100
commitb1781d58410596004f0f428706a4f65645eb6565 (patch)
treebf082758f6aefd58fc20d4d69285d2df91be8be8 /package/network
parent8d1352953674eb286e3df6a33f6c0c84c7ae398a (diff)
downloadupstream-b1781d58410596004f0f428706a4f65645eb6565.tar.gz
upstream-b1781d58410596004f0f428706a4f65645eb6565.tar.bz2
upstream-b1781d58410596004f0f428706a4f65645eb6565.zip
iproute2: replace libelf1 dependency with libelf
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/iproute2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index ec9664004d..188b5150ff 100644
--- a/package/network/utils/iproute2/Makefile
+++ b/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