From: Felix Fietkau Date: Wed, 26 Jan 2022 12:52:07 +0000 (+0100) Subject: sdk: ship llvm toolchain X-Git-Tag: v22.03.0-rc1~660 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac0840088d538981a0df573bf58899e3ee9dbf7;p=thirdparty%2Fopenwrt.git sdk: ship llvm toolchain This allows ebpf packages like qosify to be built with it Signed-off-by: Felix Fietkau --- diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 7d7f09b514f..0606621192c 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) \