浏览代码

Add debug

bryan 2 年之前
父节点
当前提交
d47f635133
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      openwrtbuilder

+ 2 - 2
openwrtbuilder

@@ -715,14 +715,14 @@ fromSource() {
 
     popd &>/dev/null || return 1
 
-    moveSourceImage
+    linkSourceImage
 
     exit
 }
 
 
 # Make the output tree match Image Builder's (non-destructively) 
-moveSourceImage() {
+linkSourceImage() {
     declare out_file
     declare -a out_files=("$THIS_BINDIR/targets/${P_ARR[target]}/"*.{img,img.gz,ubi})
     for out_file in "${out_files[@]}"; do