diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-30 02:53:50 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-04-30 02:53:50 +0000 |
commit | 4235fa16ce3287969d7c292c6c77c3beadd6dcf0 (patch) | |
tree | 6544d01dfce78e99ce21b9569a7cc782688adec6 /resources/scripts/helpers | |
parent | 736c6f5bdbed7e539cf9b4f2fb0ed807b53d3492 (diff) | |
parent | 466dc2326853b343e7ce848767473affd71b4b50 (diff) | |
download | librebootfr-4235fa16ce3287969d7c292c6c77c3beadd6dcf0.tar.gz librebootfr-4235fa16ce3287969d7c292c6c77c3beadd6dcf0.zip |
Merge branch 'librecore/drop-post-20160907-coreboot-patches' of libreboot/libreboot into master
Diffstat (limited to 'resources/scripts/helpers')
-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 c91be0bf..26d69f0b 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}" = "kcma-d8" ] || [ "${boardtarget}" = "d510mo" ]; then + if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "ga-g41m-es2l" ] || [ "${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" |