index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@nbd.name>
2021-11-09 11:03:10 +0100
committer
Felix Fietkau <nbd@nbd.name>
2021-11-09 14:07:19 +0100
commit
a667f6b8dd4b0f47d9c0aacb900f1fd3045ec945
(
patch
)
tree
53fc0feb14411354a1bf91a35bcd8b4fa2030cbf
parent
f1a074d0ce625d2b78ea729eb9311a52ea17887f
(
diff
)
qosify: mark as nonshared
The SDK does not have the LLVM toolchain yet Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat
-rw-r--r--
package/network/config/qosify/Makefile
1
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