aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2016-09-09 21:55:25 +0100
committerLeah Rowe <info@minifree.org>2016-09-09 21:55:25 +0100
commit11f6be64307d76ab2e24f9ebd56b0bebb8eea097 (patch)
tree6adfd118da54ff5c32e64ddd5a38f697dd9f54e6 /resources/scripts/helpers
parente03489392c29abb04a975ffc4e0dd4e7293a227e (diff)
downloadlibrebootfr-11f6be64307d76ab2e24f9ebd56b0bebb8eea097.tar.gz
librebootfr-11f6be64307d76ab2e24f9ebd56b0bebb8eea097.zip
add vesafb mode to ga-g41m-es2l (patch from Arthur Heymans)
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper2
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 d974eeca..2b46ec07 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"