From e0198c1d76101353e4b9674c98b7445bc8e333e2 Mon Sep 17 00:00:00 2001 From: UnicronNL Date: Fri, 25 Jul 2014 17:40:07 +0200 Subject: Add Freescale i.MX serial device --- templates/system/console/device/node.def | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/system/console/device/node.def b/templates/system/console/device/node.def index dec98638..fa055806 100644 --- a/templates/system/console/device/node.def +++ b/templates/system/console/device/node.def @@ -3,10 +3,11 @@ type: txt help: Serial console device name val_help: ; Serial device name +val_help: ; Freescale i.MX serial device name val_help: ; USB Serial device name val_help: ; Xen console -syntax:expression: pattern $VAR(@) "^((tty[A-Z])|ttyUSB|(hvc)){1}[0-9]+$" \ +syntax:expression: pattern $VAR(@) "^((tty[A-Z])|ttymxc|ttyUSB|(hvc)){1}[0-9]+$" \ ; "console $VAR(@): not a valid tty name" end: sudo sh -c " -- cgit v1.2.3