diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-10 23:03:30 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-10 23:03:30 +0000 |
commit | 80d14beae9ebe64d3be1e6c2771f292977cf6d2c (patch) | |
tree | d0dd803ca8b6c70521895fd5ec71ef532861b8e4 /shell/Config.in | |
parent | 89054964443b5cb14cba673b86306f534810404a (diff) | |
download | busybox-w32-80d14beae9ebe64d3be1e6c2771f292977cf6d2c.tar.gz busybox-w32-80d14beae9ebe64d3be1e6c2771f292977cf6d2c.tar.bz2 busybox-w32-80d14beae9ebe64d3be1e6c2771f292977cf6d2c.zip |
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
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
216 | help | 216 | help |
217 | Remove the busybox introduction when starting a shell. | 217 | Remove the busybox introduction when starting a shell. |
218 | 218 | ||
219 | config FEATURE_SH_STANDALONE_SHELL | 219 | config FEATURE_SH_STANDALONE |
220 | bool "Standalone shell" | 220 | bool "Standalone shell" |
221 | default n | 221 | default n |
222 | depends on MSH || LASH || HUSH || ASH | 222 | depends on (MSH || LASH || HUSH || ASH) && FEATURE_PREFER_APPLETS |
223 | help | 223 | help |
224 | This option causes the selected busybox shell to use busybox applets | 224 | This option causes the selected busybox shell to use busybox applets |
225 | in preference to executables in the PATH whenever possible. For | 225 | in preference to executables in the PATH whenever possible. For |