From cb69d005ad5345ad1a39d3c665dfe7de9e25e4d3 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 23 Mar 2009 09:44:13 +0000 Subject: target/generic: s/TTYSO/TTYS0/ Thanks to Hiroshi Shinji for noticing. --- target/generic/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/generic') diff --git a/target/generic/Config.in b/target/generic/Config.in index f19ecc3a9..ba41f5ed1 100644 --- a/target/generic/Config.in +++ b/target/generic/Config.in @@ -68,13 +68,13 @@ if BR2_TARGET_GENERIC_GETTY choice prompt "Serial port to run a getty on" - default BR2_TARGET_GENERIC_GETTY_TTYSO + default BR2_TARGET_GENERIC_GETTY_TTYS0 help Select a port to run a getty (login prompt) on. config BR2_TARGET_GENERIC_GETTY_NONE bool "none" -config BR2_TARGET_GENERIC_GETTY_TTYSO +config BR2_TARGET_GENERIC_GETTY_TTYS0 bool "ttyS0" config BR2_TARGET_GENERIC_GETTY_TTYS1 bool "ttyS1" -- cgit v1.2.3-55-g7522