[openwrt/openwrt] sdk: ship llvm toolchain

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 27 04:39:20 PST 2022


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

commit 0ac0840088d538981a0df573bf58899e3ee9dbf7
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Jan 26 13:52:07 2022 +0100

    sdk: ship llvm toolchain
    
    This allows ebpf packages like qosify to be built with it
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/sdk/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 7d7f09b514..0606621192 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -34,8 +34,7 @@ EXCLUDE_DIRS:= \
 	*.install.flags \
 	*.install \
 	*/doc \
-	*/share/locale \
-	*/llvm-bpf*
+	*/share/locale
 
 SDK_DIRS = \
 		$(STAGING_SUBDIR_HOST) \



More information about the lede-commits mailing list