Browse Source

More work on --source

bryan 2 years ago
parent
commit
8823d70052
1 changed files with 2 additions and 2 deletions
  1. 2 2
      openwrtbuilder

+ 2 - 2
openwrtbuilder

@@ -662,8 +662,8 @@ fromSource() {
     [[ -d "$GITSRCDIR/staging_dir/host/llvm-bpf/bin" ]] || mkdir -p "$GITSRCDIR/staging_dir/host/llvm-bpf/bin"
     [[ -d "$GITSRCDIR/staging_dir/host/llvm-bpf/bin" ]] || mkdir -p "$GITSRCDIR/staging_dir/host/llvm-bpf/bin"
     ln -fs "$(which clang)" "$GITSRCDIR/staging_dir/host/llvm-bpf/bin/clang"
     ln -fs "$(which clang)" "$GITSRCDIR/staging_dir/host/llvm-bpf/bin/clang"
 
 
-    debug "${make_opts[*]} -j$(nproc) download image"
-    make "${make_opts[@]}" -j"$(nproc)" download image
+    debug "${make_opts[*]} -j$(nproc) download world"
+    make "${make_opts[@]}" -j"$(nproc)" download world
 
 
     popd &>/dev/null || return 1
     popd &>/dev/null || return 1
     exit # TODO exit here for fromSource() testing
     exit # TODO exit here for fromSource() testing