diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/linux/Config.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in index c3bca3363..3e14b4082 100644 --- a/sysdeps/linux/Config.in +++ b/sysdeps/linux/Config.in | |||
@@ -40,7 +40,7 @@ config CONFIG_FEATURE_VERBOSE_USAGE | |||
40 | default n | 40 | default n |
41 | help | 41 | help |
42 | All BusyBox applets will show more verbose help messages when | 42 | All BusyBox applets will show more verbose help messages when |
43 | busybox is invoked with --help. This will add lots of text to the | 43 | busybox is invoked with --help. This will add a lot of text to the |
44 | busybox binary. In the default configuration, this will add about | 44 | busybox binary. In the default configuration, this will add about |
45 | 13k, but it can add much more depending on your configuration. | 45 | 13k, but it can add much more depending on your configuration. |
46 | 46 | ||
@@ -57,7 +57,7 @@ config CONFIG_LOCALE_SUPPORT | |||
57 | bool "Enable locale support (system needs locale for this to work)" | 57 | bool "Enable locale support (system needs locale for this to work)" |
58 | default n | 58 | default n |
59 | help | 59 | help |
60 | Enable this if your system has locale support, and you would like | 60 | Enable this if your system has locale support and you would like |
61 | busybox to support locale settings. | 61 | busybox to support locale settings. |
62 | 62 | ||
63 | config CONFIG_FEATURE_DEVFS | 63 | config CONFIG_FEATURE_DEVFS |
@@ -97,7 +97,7 @@ config CONFIG_FEATURE_SUID_CONFIG | |||
97 | default y if CONFIG_FEATURE_SUID | 97 | default y if CONFIG_FEATURE_SUID |
98 | depends on CONFIG_FEATURE_SUID | 98 | depends on CONFIG_FEATURE_SUID |
99 | help | 99 | help |
100 | Allow the SUID / SGID state of an applet to be determinded runtime by | 100 | Allow the SUID / SGID state of an applet to be determined runtime by |
101 | checking /etc/busybox.conf. The format of this file is as follows: | 101 | checking /etc/busybox.conf. The format of this file is as follows: |
102 | 102 | ||
103 | <applet> = [Ssx-][Ssx-][x-] (<username>|<uid>).(<groupname>|<gid>) | 103 | <applet> = [Ssx-][Ssx-][x-] (<username>|<uid>).(<groupname>|<gid>) |
@@ -141,7 +141,7 @@ config CONFIG_STATIC | |||
141 | help | 141 | help |
142 | If you want to build a static BusyBox binary, which does not | 142 | If you want to build a static BusyBox binary, which does not |
143 | use or require any shared libraries, then enable this option. | 143 | use or require any shared libraries, then enable this option. |
144 | This can make BusyBox be considerably larger, so you should | 144 | This can cause BusyBox to be considerably larger, so you should |
145 | leave this option false unless you have a good reason (i.e. | 145 | leave this option false unless you have a good reason (i.e. |
146 | your target platform does not support shared libraries, or | 146 | your target platform does not support shared libraries, or |
147 | you are building an initrd which doesn't need anything but | 147 | you are building an initrd which doesn't need anything but |
@@ -195,14 +195,14 @@ config CONFIG_INSTALL_NO_USR | |||
195 | bool "Don't use /usr" | 195 | bool "Don't use /usr" |
196 | default n | 196 | default n |
197 | help | 197 | help |
198 | Disable use of /usr. Don't activate this option if you don't know, | 198 | Disable use of /usr. Don't activate this option if you don't know |
199 | that you really want this behaviour. | 199 | that you really want this behaviour. |
200 | 200 | ||
201 | config PREFIX | 201 | config PREFIX |
202 | string "BusyBox installation prefix" | 202 | string "BusyBox installation prefix" |
203 | default "./_install" | 203 | default "./_install" |
204 | help | 204 | help |
205 | Define Your directory to install BusyBox files/subdirs. | 205 | Define your directory to install BusyBox files/subdirs in. |
206 | 206 | ||
207 | 207 | ||
208 | 208 | ||
@@ -262,8 +262,8 @@ config CONFIG_EFENCE | |||
262 | depends on CONFIG_DEBUG && !CONFIG_DMALLOC | 262 | depends on CONFIG_DEBUG && !CONFIG_DMALLOC |
263 | help | 263 | help |
264 | This enables compiling with Electric-fence support. Electric | 264 | This enables compiling with Electric-fence support. Electric |
265 | fence is another very useful malloc debugging library which used | 265 | fence is another very useful malloc debugging library which uses |
266 | your computers virtual memory hardware to detect illegal memory | 266 | your computer's virtual memory hardware to detect illegal memory |
267 | accesses. This support will make BusyBox be considerable larger | 267 | accesses. This support will make BusyBox be considerable larger |
268 | and run slower, so you should leave this option disabled unless | 268 | and run slower, so you should leave this option disabled unless |
269 | you are hunting a hard to find memory problem. | 269 | you are hunting a hard to find memory problem. |