[openwrt/openwrt] qosify: mark as nonshared

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 9 05:07:31 PST 2021


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a667f6b8dd4b0f47d9c0aacb900f1fd3045ec945

commit a667f6b8dd4b0f47d9c0aacb900f1fd3045ec945
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Nov 9 11:03:10 2021 +0100

    qosify: mark as nonshared
    
    The SDK does not have the LLVM toolchain yet
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/network/config/qosify/Makefile | 1 +
 1 file changed, 1 insertion(+)

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 at nbd.name>
 
 PKG_BUILD_DEPENDS:=bpf-headers
+PKG_FLAGS:=nonshared
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/cmake.mk



More information about the lede-commits mailing list