diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-30 16:58:02 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-30 16:58:02 +0100 |
commit | f07a3481210d78c8874b119842a135fe52a578c8 (patch) | |
tree | 992d8aaf9a4163d329208fcb4ca0e53366adda4a /resources/scripts/helpers/build/roms | |
parent | 75ab59d4e141d106970f397c31d52ba486117fc9 (diff) | |
download | librebootfr-f07a3481210d78c8874b119842a135fe52a578c8.tar.gz librebootfr-f07a3481210d78c8874b119842a135fe52a578c8.zip |
New board: Intel D510MO
Diffstat (limited to 'resources/scripts/helpers/build/roms')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index f39bc914..631b96fa 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -76,9 +76,9 @@ do continue fi fi - if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "ga-g41m-es2l" ] || [ "${boardtarget}" = "kcma-d8" ]; then + if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "ga-g41m-es2l" ] || [ "${boardtarget}" = "kcma-d8" ] || [ "${boardtarget}" = "d510mo" ]; then if [ "${romtype}" = "vesafb" ]; then - printf "Only text-mode is reported to work on KGPE-D16, KCMA-D8 and ga-g41m-es2l\n" + printf "Only text-mode is reported to work on KGPE-D16, KCMA-D8, D510MO and ga-g41m-es2l\n" printf "TODO: get tpearson to fix it\n" continue fi |