Allow for people to select no default shell
This commit is contained in:
parent
110ee23515
commit
a6b9051e16
@ -7,7 +7,7 @@ menu "Bourne Shell"
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Choose your default shell"
|
prompt "Choose your default shell"
|
||||||
default "ash"
|
default "none"
|
||||||
help
|
help
|
||||||
Please submit a patch to add help text for this item.
|
Please submit a patch to add help text for this item.
|
||||||
|
|
||||||
@ -23,6 +23,9 @@ config CONFIG_FEATURE_SH_IS_LASH
|
|||||||
config CONFIG_FEATURE_SH_IS_MSH
|
config CONFIG_FEATURE_SH_IS_MSH
|
||||||
bool "msh"
|
bool "msh"
|
||||||
|
|
||||||
|
config CONFIG_FEATURE_SH_IS_NONE
|
||||||
|
bool "none"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
if CONFIG_FEATURE_SH_IS_ASH
|
if CONFIG_FEATURE_SH_IS_ASH
|
||||||
|
Loading…
Reference in New Issue
Block a user