From: Eric Andersen Date: Fri, 12 Sep 2003 04:49:21 +0000 (-0000) Subject: config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend X-Git-Tag: 1_00_pre3~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f57a614db9db951df798d51351d1c64603ded186;p=oweals%2Fbusybox.git config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend on CONFIG_FEATURE_SH_STANDALONE_SHELL. --- 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.