diff options
Diffstat (limited to 'system/Config.in')
-rw-r--r-- | system/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/Config.in b/system/Config.in index 92dc7ddebf..73986fbaf3 100644 --- a/system/Config.in +++ b/system/Config.in @@ -244,6 +244,13 @@ config BR2_TARGET_GENERIC_GETTY_TERM default "vt100" help Specify a TERM type. + +config BR2_TARGET_GENERIC_GETTY_OPTIONS + string "other options to pass to getty" + default "" + help + Any other flags you want to pass to getty, + Refer to getty --help for details. endmenu endif |