diff options
author | Leah Rowe <info@minifree.org> | 2016-09-09 21:55:25 +0100 |
---|---|---|
committer | 4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org> | 2017-01-21 18:50:07 +0000 |
commit | dec843a5ae15ec791f293ea9c6fe27e4e0ba9b41 (patch) | |
tree | 176fae44eb079b7ee9d65ff04fb9aac74fcdf1f9 /resources/scripts | |
parent | dff764aef269f9d31113f468ce894dde1f9b10c6 (diff) | |
download | librebootfr-dec843a5ae15ec791f293ea9c6fe27e4e0ba9b41.tar.gz librebootfr-dec843a5ae15ec791f293ea9c6fe27e4e0ba9b41.zip |
add vesafb mode to ga-g41m-es2l (patch from Arthur Heymans)
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index 22ad433e..869410e9 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -88,7 +88,7 @@ fi for romtype in txtmode vesafb do - if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "ga-g41m-es2l" ] || [ "${boardtarget}" = "kcma-d8" ] || [ "${boardtarget}" = "d510mo" ]; then + if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "kcma-d8" ] || [ "${boardtarget}" = "d510mo" ]; then if [ "${romtype}" = "vesafb" ]; then 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" |