aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-11-09 11:03:10 +0100
committerFelix Fietkau <nbd@nbd.name>2021-11-09 14:07:19 +0100
commita667f6b8dd4b0f47d9c0aacb900f1fd3045ec945 (patch)
tree53fc0feb14411354a1bf91a35bcd8b4fa2030cbf /package/network
parentf1a074d0ce625d2b78ea729eb9311a52ea17887f (diff)
downloadupstream-a667f6b8dd4b0f47d9c0aacb900f1fd3045ec945.tar.gz
upstream-a667f6b8dd4b0f47d9c0aacb900f1fd3045ec945.tar.bz2
upstream-a667f6b8dd4b0f47d9c0aacb900f1fd3045ec945.zip
qosify: mark as nonshared
The SDK does not have the LLVM toolchain yet Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/config/qosify/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile
index e5e1865422..7a6ee17688 100644
--- a/package/network/config/qosify/Makefile
+++ b/package/network/config/qosify/Makefile
@@ -19,6 +19,7 @@ PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_BUILD_DEPENDS:=bpf-headers
+PKG_FLAGS:=nonshared
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk