diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-23 09:44:13 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-23 09:44:13 +0000 |
commit | cb69d005ad5345ad1a39d3c665dfe7de9e25e4d3 (patch) | |
tree | 91db8d6c632d4eb05f8e23d7cae3c19a84cb99e0 /target | |
parent | 073db18bac7848650e071ee85f2e1ccad6c18c3e (diff) |
target/generic: s/TTYSO/TTYS0/
Thanks to Hiroshi Shinji for noticing.
Diffstat (limited to 'target')
-rw-r--r-- | target/generic/Config.in | 4 |
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" |