projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d13529
)
iproute2: replace libelf1 dependency with libelf
author
Jo-Philipp Wich
<jo@mein.io>
Thu, 24 Jan 2019 11:56:31 +0000
(12:56 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Thu, 24 Jan 2019 11:56:31 +0000
(12:56 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/network/utils/iproute2/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iproute2/Makefile
b/package/network/utils/iproute2/Makefile
index ec9664004dc6d9c5e053f1aa0dda4848fa2bbd33..188b5150ffb527a5fc17848f3db88d5c1a3c747e 100644
(file)
--- 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 +libelf
1
+ DEPENDS:=+kmod-sched-core +(PACKAGE_devlink||PACKAGE_rdma):libmnl +libelf
endef
define Package/genl