From 75ab59d4e141d106970f397c31d52ba486117fc9 Mon Sep 17 00:00:00 2001
From: Francis Rowe <info@gluglug.org.uk>
Date: Sat, 30 Jan 2016 04:58:46 -0500
Subject: New board: ASUS KCMA-D8 desktop/workstation motherboard

---
(limited to 'resources/scripts/helpers/build/roms')

diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper
index b3584d3..f39bc91 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" ] || [ "${boardtarget}" = "ga-g41m-es2l" ]; then
+	if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "ga-g41m-es2l" ] || [ "${boardtarget}" = "kcma-d8" ]; then
 		if [ "${romtype}" = "vesafb" ]; then
-			printf "Only text-mode is reported to work on KGPE-D16 and ga-g41m-es2l\n"
+			printf "Only text-mode is reported to work on KGPE-D16, KCMA-D8 and ga-g41m-es2l\n"
 			printf "TODO: get tpearson to fix it\n"
 			continue
 		fi
--
cgit v0.9.1