From: Jo-Philipp Wich Date: Thu, 24 Jan 2019 11:56:31 +0000 (+0100) Subject: iproute2: replace libelf1 dependency with libelf X-Git-Tag: v19.07.0-rc1~1535 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=b1781d58410596004f0f428706a4f65645eb6565 iproute2: replace libelf1 dependency with libelf Signed-off-by: Jo-Philipp Wich --- 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