From 635346844ce79859769bc678a75a77f9744bbe32 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 15 Apr 2009 13:42:12 +0000 Subject: target/generic: support for busybox >= 1.14.x speed=0 handling --- target/generic/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/generic') diff --git a/target/generic/Config.in b/target/generic/Config.in index 522deacde..352093955 100644 --- a/target/generic/Config.in +++ b/target/generic/Config.in @@ -163,6 +163,8 @@ choice help Select a baudrate to use. +config BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP + bool "keep kernel default" config BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 bool "9600" config BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 @@ -177,6 +179,7 @@ endchoice config BR2_TARGET_GENERIC_GETTY_BAUDRATE string + default "0" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP default "9600" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 default "19200" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 default "38400" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 -- cgit v1.2.3