diff options
-rw-r--r-- | system/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/Config.in b/system/Config.in index a3b7aff36..4d7a4e3cc 100644 --- a/system/Config.in +++ b/system/Config.in @@ -263,13 +263,13 @@ if BR2_TARGET_GENERIC_GETTY menu "getty options" config BR2_TARGET_GENERIC_GETTY_PORT string "TTY port" - default "ttyS0" + default "console" help Specify a port to run a getty on. choice prompt "Baudrate" - default BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200 + default BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP help Select a baudrate to use. |