Install clang for qosify

This commit is contained in:
2023-01-14 13:59:58 -05:00
parent d1edbee394
commit 8a7481f64b

View File

@@ -235,6 +235,7 @@ installDependencies() {
"perl-File-Copy" "perl-File-Copy"
"perl-FindBin" "perl-FindBin"
"perl-Thread-Queue" "perl-Thread-Queue"
"clang" # for qosify
) )
;; ;;
debian|ubuntu) debian|ubuntu)
@@ -596,6 +597,10 @@ fromSource() {
# output to bindir instead of builddir # output to bindir instead of builddir
echo "CONFIG_BINARY_FOLDER=\"$THIS_BINDIR\"" >> "$SEED_FILE" 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 targetclean
make download && make download &&
make -j"$(nproc)" world make -j"$(nproc)" world