From 80d14beae9ebe64d3be1e6c2771f292977cf6d2c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 10 Apr 2007 23:03:30 +0000 Subject: Rename two config options: FEATURE_SH_STANDALONE_SHELL => FEATURE_SH_STANDALONE FEATURE_EXEC_PREFER_APPLETS => FEATURE_PREFER_APPLETS Make SH_STANDALONE depend on PREFER_APPLETS. getopt.c: more randomconfig-induced fixes --- shell/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/Config.in') diff --git a/shell/Config.in b/shell/Config.in index 4b7270efd..9479e3fed 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 -- cgit v1.2.3