projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
073db18
)
target/generic: s/TTYSO/TTYS0/
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 23 Mar 2009 09:44:13 +0000
(09:44 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 23 Mar 2009 09:44:13 +0000
(09:44 -0000)
Thanks to Hiroshi Shinji for noticing.
target/generic/Config.in
patch
|
blob
|
history
diff --git
a/target/generic/Config.in
b/target/generic/Config.in
index f19ecc3a94321d6e820d82ca7339aea944200047..ba41f5ed16830beb3aea457ba1c48a147073aa25 100644
(file)
--- 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_TTYS
O
+ default BR2_TARGET_GENERIC_GETTY_TTYS
0
help
Select a port to run a getty (login prompt) on.
config BR2_TARGET_GENERIC_GETTY_NONE
bool "none"
-config BR2_TARGET_GENERIC_GETTY_TTYS
O
+config BR2_TARGET_GENERIC_GETTY_TTYS
0
bool "ttyS0"
config BR2_TARGET_GENERIC_GETTY_TTYS1
bool "ttyS1"