mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
target/generic: support for busybox >= 1.14.x speed=0 handling
This commit is contained in:
parent
55b03d6115
commit
635346844c
@ -163,6 +163,8 @@ choice
|
|||||||
help
|
help
|
||||||
Select a baudrate to use.
|
Select a baudrate to use.
|
||||||
|
|
||||||
|
config BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP
|
||||||
|
bool "keep kernel default"
|
||||||
config BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600
|
config BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600
|
||||||
bool "9600"
|
bool "9600"
|
||||||
config BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200
|
config BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200
|
||||||
@ -177,6 +179,7 @@ endchoice
|
|||||||
|
|
||||||
config BR2_TARGET_GENERIC_GETTY_BAUDRATE
|
config BR2_TARGET_GENERIC_GETTY_BAUDRATE
|
||||||
string
|
string
|
||||||
|
default "0" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP
|
||||||
default "9600" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600
|
default "9600" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600
|
||||||
default "19200" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200
|
default "19200" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200
|
||||||
default "38400" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400
|
default "38400" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400
|
||||||
|
Loading…
x
Reference in New Issue
Block a user