瀏覽代碼

Use upstream build direction

bryan 1 年之前
父節點
當前提交
90b9a68bd3
共有 1 個文件被更改,包括 1 次插入6 次删除
  1. 1 6
      openwrtbuilder

+ 1 - 6
openwrtbuilder

@@ -669,12 +669,7 @@ fromSource() {
 
     # Make image
     (( DEBUG )) && make_opts+=("V=s")
-    execute make "${make_opts[@]}" defconfig
-    execute make "${make_opts[@]}" dirclean
-    execute make "${make_opts[@]}" "-j1" download
-    #execute make -f Makefile.aperl inst_perl MAP_TARGET=perl
-    #execute make -f Makefile.aperl map_clean
-    execute make "${make_opts[@]}" "-j1" world
+    execute make "${make_opts[@]}" defconfig download clean world
 
     popd || return 1