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