config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend

on CONFIG_FEATURE_SH_STANDALONE_SHELL.
This commit is contained in:
Eric Andersen 2003-09-12 04:49:21 +00:00
parent a4389cfb51
commit f57a614db9

View File

@ -182,7 +182,7 @@ config CONFIG_FEATURE_SH_STANDALONE_SHELL
config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN
bool "Standalone shell -- applets always win" bool "Standalone shell -- applets always win"
default n default n
depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH depends on CONFIG_FEATURE_SH_STANDALONE_SHELL
help help
Use a command builtin to the shell over one with the same name, Use a command builtin to the shell over one with the same name,
that may be on the system. that may be on the system.