bpftools: update to standalone bpftools + libbpf, use the latest version
[openwrt/staging/noltari.git] / package / network / config / qosify / Makefile
index 881d429613c9a797a8566825ce4dcd5695c44eb1..7aac759bcb2236f64186db3763a03f989a4af99a 100644 (file)
@@ -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)