summaryrefslogtreecommitdiffstats
path: root/target/generic
diff options
context:
space:
mode:
authorPeter Korsgaard2009-03-23 10:44:13 +0100
committerPeter Korsgaard2009-03-23 10:44:13 +0100
commitcb69d005ad5345ad1a39d3c665dfe7de9e25e4d3 (patch)
tree91db8d6c632d4eb05f8e23d7cae3c19a84cb99e0 /target/generic
parentdbus: fix for read-only rootfs (diff)
downloadbuildroot-cb69d005ad5345ad1a39d3c665dfe7de9e25e4d3.tar.gz
buildroot-cb69d005ad5345ad1a39d3c665dfe7de9e25e4d3.tar.xz
buildroot-cb69d005ad5345ad1a39d3c665dfe7de9e25e4d3.zip
target/generic: s/TTYSO/TTYS0/
Thanks to Hiroshi Shinji for noticing.
Diffstat (limited to 'target/generic')
-rw-r--r--target/generic/Config.in4
1 files changed, 2 insertions, 2 deletions
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"