aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in
index bd6f39f7d..6cd3e04e4 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -182,7 +182,7 @@ config CONFIG_FEATURE_SH_STANDALONE_SHELL
config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN
bool "Standalone shell -- applets always win"
default n
- depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH
+ depends on CONFIG_FEATURE_SH_STANDALONE_SHELL
help
Use a command builtin to the shell over one with the same name,
that may be on the system.