diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-03-17 16:49:45 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-03-18 00:03:08 (EDT) |
commit | ccc09ce5b6e39fed38434d9e97574d84c425bc65 (patch) | |
tree | 7dea151f3246a9f595280c18f70855e1beeae17f /resources/scripts/helpers/build/roms/withgrub | |
parent | c164960b3b600a4da564b58645b776bbb5f4a016 (diff) | |
download | libreboot-ccc09ce5b6e39fed38434d9e97574d84c425bc65.zip libreboot-ccc09ce5b6e39fed38434d9e97574d84c425bc65.tar.gz libreboot-ccc09ce5b6e39fed38434d9e97574d84c425bc65.tar.bz2 |
New board: ThinkPad T400
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 f81da2d..5a7f83c 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/ ]; then cd bin/ - for board in "x200" "r400" + for board in "x200" "r400" "t400" do for romsize in "4m" "8m" do |