Install clang for qosify
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user