From 1def85456156ab670c3e5798b1b101caeb45a248 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 04 Jan 2016 23:53:45 -0500 Subject: build/roms/withgrub: don't build vesafb images for ga-g41m-es2l Only text mode works on this board. --- (limited to 'resources/scripts') 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 -- cgit v0.9.1