1
0
mirror of https://github.com/hugoyue/Build-OpenWrt.git synced 2026-06-29 16:26:05 +08:00

Fix missing libcap dependencies

This commit is contained in:
hugoyue
2022-06-20 17:31:25 +08:00
parent dd37bdff1e
commit d717464b58
3 changed files with 11 additions and 0 deletions

View File

@@ -41,3 +41,6 @@ EOF
# disable bridge firewalling
sed -i 's/=1/=0/g' package/kernel/linux/files/sysctl-br-netfilter.conf
# Fix missing libcap dependencies
sed -i s/"DEPENDS:=+libnl-tiny +libelf"/"DEPENDS:=+libnl-tiny +libelf +libcap"/g package/network/utils/iproute2/Makefile

View File

@@ -41,3 +41,7 @@ EOF
# disable bridge firewalling
sed -i 's/=1/=0/g' package/kernel/linux/files/sysctl-br-netfilter.conf
# Fix missing libcap dependencies
sed -i s/"DEPENDS:=+libnl-tiny +libelf"/"DEPENDS:=+libnl-tiny +libelf +libcap"/g package/network/utils/iproute2/Makefile

View File

@@ -40,3 +40,7 @@ EOF
# disable bridge firewalling
sed -i 's/=1/=0/g' package/kernel/linux/files/sysctl-br-netfilter.conf
# Fix missing libcap dependencies
sed -i s/"DEPENDS:=+libnl-tiny +libelf"/"DEPENDS:=+libnl-tiny +libelf +libcap"/g package/network/utils/iproute2/Makefile