aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2022-03-15 14:33:59 +0100
committerFelix Fietkau <nbd@nbd.name>2022-03-19 07:30:06 +0100
commit00cbf6f6ab1d5c45a40c68167af897c9526542e8 (patch)
treef34380b7668b3ed2263ca5793546c447a49e2cf8 /package/network/config
parent9c8cd1462d939bdd7f01f4daa3cb86f512d0e75f (diff)
downloadupstream-00cbf6f6ab1d5c45a40c68167af897c9526542e8.tar.gz
upstream-00cbf6f6ab1d5c45a40c68167af897c9526542e8.tar.bz2
upstream-00cbf6f6ab1d5c45a40c68167af897c9526542e8.zip
bpftools: update to standalone bpftools + libbpf, use the latest version
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/config')
-rw-r--r--package/network/config/qosify/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile
index 881d429613..7aac759bcb 100644
--- a/package/network/config/qosify/Makefile
+++ b/package/network/config/qosify/Makefile
@@ -34,6 +34,8 @@ define Package/qosify
DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +kmod-sched-bpf +kmod-ifb +tc-full $(BPF_DEPENDS)
endef
+TARGET_CFLAGS += -Wno-error=deprecated-declarations
+
define Build/Compile
$(call CompileBPF,$(PKG_BUILD_DIR)/qosify-bpf.c)
$(Build/Compile/Default)