Browse Source

More work on --source

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

+ 1 - 1
openwrtbuilder

@@ -674,7 +674,7 @@ fromSource() {
     done
 
     # normalize .config and remove dupes
-    make defconfig # TODO
+    # make defconfig # TODO
 
     # TODO for now symlink clang for qosify
     [[ -d "$GITSRCDIR/staging_dir/host/llvm-bpf/bin" ]] || mkdir -p "$GITSRCDIR/staging_dir/host/llvm-bpf/bin"