Install clang for qosify

This commit is contained in:
2023-01-14 13:59:58 -05:00
부모 d1edbee394
커밋 8a7481f64b

파일 보기

@@ -235,6 +235,7 @@ installDependencies() {
"perl-File-Copy"
"perl-FindBin"
"perl-Thread-Queue"
"clang" # for qosify
)
;;
debian|ubuntu)
@@ -596,6 +597,10 @@ fromSource() {
# output to bindir instead of builddir
echo "CONFIG_BINARY_FOLDER=\"$THIS_BINDIR\"" >> "$SEED_FILE"
# TODO symlink clang for qosify
ln -s /usr/bin/clang /home/bryan/develop-local/openwrt/staging_dir/host/llvm-bpf/bin/clang
make targetclean
make download &&
make -j"$(nproc)" world