浏览代码

Disable defconfig

bryan 2 年之前
父节点
当前提交
194fd012fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"