projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
110ee23
)
Allow for people to select no default shell
author
Eric Andersen
<andersen@codepoet.org>
Fri, 6 Dec 2002 21:49:59 +0000
(21:49 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 6 Dec 2002 21:49:59 +0000
(21:49 -0000)
shell/Config.in
patch
|
blob
|
history
diff --git
a/shell/Config.in
b/shell/Config.in
index 3f5d53222e61d99d2b0c3582e9d0bc050f78d984..69f8482723754c6e487941567cc24084b8893215 100644
(file)
--- a/
shell/Config.in
+++ b/
shell/Config.in
@@
-7,7
+7,7
@@
menu "Bourne Shell"
choice
prompt "Choose your default shell"
- default "
ash
"
+ default "
none
"
help
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
bool "msh"
+config CONFIG_FEATURE_SH_IS_NONE
+ bool "none"
+
endchoice
if CONFIG_FEATURE_SH_IS_ASH