mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-07 10:27:42 +00:00
target/generic: s/TTYSO/TTYS0/
Thanks to Hiroshi Shinji for noticing.
This commit is contained in:
parent
073db18bac
commit
cb69d005ad
@ -68,13 +68,13 @@ if BR2_TARGET_GENERIC_GETTY
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Serial port to run a getty on"
|
prompt "Serial port to run a getty on"
|
||||||
default BR2_TARGET_GENERIC_GETTY_TTYSO
|
default BR2_TARGET_GENERIC_GETTY_TTYS0
|
||||||
help
|
help
|
||||||
Select a port to run a getty (login prompt) on.
|
Select a port to run a getty (login prompt) on.
|
||||||
|
|
||||||
config BR2_TARGET_GENERIC_GETTY_NONE
|
config BR2_TARGET_GENERIC_GETTY_NONE
|
||||||
bool "none"
|
bool "none"
|
||||||
config BR2_TARGET_GENERIC_GETTY_TTYSO
|
config BR2_TARGET_GENERIC_GETTY_TTYS0
|
||||||
bool "ttyS0"
|
bool "ttyS0"
|
||||||
config BR2_TARGET_GENERIC_GETTY_TTYS1
|
config BR2_TARGET_GENERIC_GETTY_TTYS1
|
||||||
bool "ttyS1"
|
bool "ttyS1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user