diff options
-rwxr-xr-x | script/build/boot/roms | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/build/boot/roms b/script/build/boot/roms index 53b4bf2d..7ea64f66 100755 --- a/script/build/boot/roms +++ b/script/build/boot/roms @@ -37,6 +37,8 @@ main() -k) opts="${opts} -k ${2}" shift ;; + all) + firstoption="all" ;; *) boards="${boards} ${1} " ;; esac |