diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-29 19:39:15 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-04-29 19:39:15 +0000 |
commit | 399dc58cc336072181425405e3ff33ddc16774dd (patch) | |
tree | 4195aaee585348d33a478e58b0495d3daa1c5a3b /resources/scripts/helpers/build/roms/withgrub | |
parent | ee9449d8bdac8954278d34f5a150a87083f6a4c7 (diff) | |
parent | 8de7b071b3ba190e57f0590ab09ccc558ea7aa4d (diff) | |
download | librebootfr-399dc58cc336072181425405e3ff33ddc16774dd.tar.gz librebootfr-399dc58cc336072181425405e3ff33ddc16774dd.zip |
Merge branch 'boards/w500-port' of libreboot/libreboot into master
Diffstat (limited to 'resources/scripts/helpers/build/roms/withgrub')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub index d4b6529b..28f35736 100755 --- a/resources/scripts/helpers/build/roms/withgrub +++ b/resources/scripts/helpers/build/roms/withgrub @@ -95,7 +95,7 @@ done # Then put them in the ROM images. if [ -d "bin/grub/" ]; then cd "bin/grub/" - for board in "x200" "r400" "t400" "t500" + for board in "x200" "r400" "t400" "t500" "w500" do for romsize in "4m" "8m" "16m" do |