summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper4
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 009028e..b3584d3 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" ]; then
+ if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "ga-g41m-es2l" ]; then
if [ "${romtype}" = "vesafb" ]; then
- printf "Only text-mode is reported to work on KGPE-D16\n"
+ printf "Only text-mode is reported to work on KGPE-D16 and ga-g41m-es2l\n"
printf "TODO: get tpearson to fix it\n"
continue
fi