diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-05 04:53:45 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-05 04:53:45 +0000 |
commit | 1def85456156ab670c3e5798b1b101caeb45a248 (patch) | |
tree | 7dbbd1010d80b967671c431b7397870674a56e41 /resources/scripts/helpers | |
parent | 6d54891f12424dd04274d26683d88e68411a16d5 (diff) | |
download | librebootfr-1def85456156ab670c3e5798b1b101caeb45a248.tar.gz librebootfr-1def85456156ab670c3e5798b1b101caeb45a248.zip |
build/roms/withgrub: don't build vesafb images for ga-g41m-es2l
Only text mode works on this board.
Diffstat (limited to 'resources/scripts/helpers')
-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 009028ed..b3584d33 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 |