diff options
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Config.in b/shell/Config.in index 4b7270e..9479e3f 100644 --- a/shell/Config.in +++ b/shell/Config.in @@ -216,10 +216,10 @@ config FEATURE_SH_EXTRA_QUIET help Remove the busybox introduction when starting a shell. -config FEATURE_SH_STANDALONE_SHELL +config FEATURE_SH_STANDALONE bool "Standalone shell" default n - depends on MSH || LASH || HUSH || ASH + depends on (MSH || LASH || HUSH || ASH) && FEATURE_PREFER_APPLETS help This option causes the selected busybox shell to use busybox applets in preference to executables in the PATH whenever possible. For |