aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
182config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN 182config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN
183 bool "Standalone shell -- applets always win" 183 bool "Standalone shell -- applets always win"
184 default n 184 default n
185 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH 185 depends on CONFIG_FEATURE_SH_STANDALONE_SHELL
186 help 186 help
187 Use a command builtin to the shell over one with the same name, 187 Use a command builtin to the shell over one with the same name,
188 that may be on the system. 188 that may be on the system.