aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-09-24 01:25:39 +0000
committerEric Andersen <andersen@codepoet.org>2004-09-24 01:25:39 +0000
commit6f8542b98d4d9771def598247ade9b45342a3096 (patch)
tree30026aced2d1ac11cdb13cb5814e1a9da5ef0fe3 /shell/Config.in
parent31ec93e580fe9261020b6734dfa729734ab880e6 (diff)
downloadbusybox-w32-6f8542b98d4d9771def598247ade9b45342a3096.tar.gz
busybox-w32-6f8542b98d4d9771def598247ade9b45342a3096.tar.bz2
busybox-w32-6f8542b98d4d9771def598247ade9b45342a3096.zip
A bit of extra explanation regarding STANDALONE
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in
index c8f4a936c..5824d1200 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -178,6 +178,11 @@ config CONFIG_FEATURE_SH_STANDALONE_SHELL
178 is generally used when creating a staticly linked version of busybox 178 is generally used when creating a staticly linked version of busybox
179 for use as a rescue shell, in the event that you screw up your system. 179 for use as a rescue shell, in the event that you screw up your system.
180 180
181 Note that when using this option, the shell will attempt to directly
182 run '/bin/busybox'. If you do not have the busybox binary sitting in
183 that exact location with that exact name, this option will not work at
184 all.
185
181config CONFIG_FEATURE_COMMAND_EDITING 186config CONFIG_FEATURE_COMMAND_EDITING
182 bool "command line editing" 187 bool "command line editing"
183 default n 188 default n