diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-07 09:34:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-07 09:34:27 +0000 |
commit | 075dd81c4460c027cf22800808993df3c07281f5 (patch) | |
tree | 92e71f0a400931ed106bfcedee0420b408adb282 /shell/Config.in | |
parent | b80c67e32c87bc674e84993f8d2d06e8f2c4228d (diff) | |
download | busybox-w32-075dd81c4460c027cf22800808993df3c07281f5.tar.gz busybox-w32-075dd81c4460c027cf22800808993df3c07281f5.tar.bz2 busybox-w32-075dd81c4460c027cf22800808993df3c07281f5.zip |
Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof
stupid and didn't work properly anyways.
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/shell/Config.in b/shell/Config.in index 34baaa45c..b064ed41b 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -160,16 +160,14 @@ config CONFIG_FEATURE_SH_STANDALONE_SHELL | |||
160 | default n | 160 | default n |
161 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH | 161 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH |
162 | help | 162 | help |
163 | Have all the busybox commands built into the shell, creating | 163 | This option causes the selected busybox shell to use busybox applets |
164 | a standalone shell. | 164 | in preference to executables in the PATH whenever possible. For |
165 | 165 | example, entering the command 'ifconfig' into the shell would cause | |
166 | config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN | 166 | busybox to use the ifconfig busybox applet. Specifying the fully |
167 | bool "Standalone shell -- applets always win" | 167 | qualified executable name, such as '/sbin/ifconfig' will still |
168 | default n | 168 | execute the /sbin/ifconfig executable on the filesystem. This option |
169 | depends on CONFIG_FEATURE_SH_STANDALONE_SHELL | 169 | is generally used when creating a staticly linked version of busybox |
170 | help | 170 | for use as a rescue shell, in the event that you screw up your system. |
171 | Use a command builtin to the shell over one with the same name, | ||
172 | that may be on the system. | ||
173 | 171 | ||
174 | config CONFIG_FEATURE_COMMAND_EDITING | 172 | config CONFIG_FEATURE_COMMAND_EDITING |
175 | bool "command line editing" | 173 | bool "command line editing" |