Skip to content

Commit e430a41

Browse files
committed
imager: make-release: Drop the 'default' (unused) BOOT_ORDER release zip
1 parent ab087e5 commit e430a41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: imager/make-release

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ rm -rf "${output_dir}"
9090
mkdir "${output_dir}"
9191

9292
# Build the different boot priority flavours
93-
gen_release "${config_dir}/boot-conf-default.txt" "${output_dir}/${output_basename}-${tag}.zip"
9493
for variant in sd usb network; do
9594
gen_release "${config_dir}/boot-conf-${variant}.txt" "${output_dir}/${output_basename}-${tag}-${variant}.zip"
9695
done

0 commit comments

Comments
 (0)