Browse Source

Disable defconfig

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

+ 1 - 1
openwrtbuilder

@@ -663,7 +663,7 @@ fromSource() {
     done 
 
     # normalize .config and remove dupes
-    make defconfig
+    # 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"