Sfoglia il codice sorgente

Work on --from-source

bryan 2 anni fa
parent
commit
64081a1dda
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      openwrtbuilder

+ 1 - 1
openwrtbuilder

@@ -472,7 +472,7 @@ fromSource() {
     if [[ ${P_ARR['release']} == "snapshot" ]]; then
         git checkout master
     else
-        git checkout "${P_ARR[release]}"
+        git checkout "v${P_ARR[release]}"
     fi
 
     ./scripts/feeds update -a