From: Eric Andersen Date: Fri, 6 Dec 2002 21:49:59 +0000 (-0000) Subject: Allow for people to select no default shell X-Git-Tag: 1_00_pre1~342 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6b9051e16637e73ec5badc539f837d2cf46292c;p=oweals%2Fbusybox.git Allow for people to select no default shell --- diff --git a/shell/Config.in b/shell/Config.in index 3f5d53222..69f848272 100644 --- 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