diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/linux/Config.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in index 2559965f2..d288cc58c 100644 --- a/sysdeps/linux/Config.in +++ b/sysdeps/linux/Config.in | |||
@@ -101,7 +101,7 @@ config CONFIG_FEATURE_SUID_CONFIG | |||
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>) |
104 | 104 | ||
105 | An example might help: | 105 | An example might help: |
106 | 106 | ||
107 | [SUID] | 107 | [SUID] |
@@ -147,8 +147,8 @@ config CONFIG_STATIC | |||
147 | bool "Build BusyBox as a static binary (no shared libs)" | 147 | bool "Build BusyBox as a static binary (no shared libs)" |
148 | default n | 148 | default n |
149 | help | 149 | help |
150 | If you want to build a static BusyBox binary, which does not | 150 | If you want to build a static BusyBox binary, which does not |
151 | use or require any shared libraries, then enable this option. | 151 | use or require any shared libraries, then enable this option. |
152 | This can cause BusyBox to be considerably larger, so you should | 152 | This can cause BusyBox to be considerably larger, so you should |
153 | leave this option false unless you have a good reason (i.e. | 153 | leave this option false unless you have a good reason (i.e. |
154 | your target platform does not support shared libraries, or | 154 | your target platform does not support shared libraries, or |
@@ -158,7 +158,7 @@ config CONFIG_STATIC | |||
158 | Most people will leave this set to 'N'. | 158 | Most people will leave this set to 'N'. |
159 | 159 | ||
160 | config CONFIG_LFS | 160 | config CONFIG_LFS |
161 | bool "Build with Large File Support (for accessing files > 2 GB)" | 161 | bool "Build with Large File Support (for accessing files > 2 GB)" |
162 | default n | 162 | default n |
163 | help | 163 | help |
164 | If you want to build BusyBox with large file support, then enable | 164 | If you want to build BusyBox with large file support, then enable |
@@ -180,7 +180,7 @@ config CROSS_COMPILER_PREFIX | |||
180 | default "/usr/i386-linux-uclibc/bin/i386-uclibc-" | 180 | default "/usr/i386-linux-uclibc/bin/i386-uclibc-" |
181 | depends on USING_CROSS_COMPILER | 181 | depends on USING_CROSS_COMPILER |
182 | help | 182 | help |
183 | If you want to build BusyBox with a cross compiler, then you | 183 | If you want to build BusyBox with a cross compiler, then you |
184 | will need to set this to the cross-compiler prefix. For example, | 184 | will need to set this to the cross-compiler prefix. For example, |
185 | if my cross-compiler is /usr/i386-linux-uclibc/bin/i386-uclibc-gcc | 185 | if my cross-compiler is /usr/i386-linux-uclibc/bin/i386-uclibc-gcc |
186 | then I would enter '/usr/i386-linux-uclibc/bin/i386-uclibc-' here, | 186 | then I would enter '/usr/i386-linux-uclibc/bin/i386-uclibc-' here, |
@@ -240,7 +240,7 @@ config CONFIG_DEBUG | |||
240 | help | 240 | help |
241 | Say Y here if you wish to compile BusyBox with debugging symbols. | 241 | Say Y here if you wish to compile BusyBox with debugging symbols. |
242 | This will allow you to use a debugger to examine BusyBox internals | 242 | This will allow you to use a debugger to examine BusyBox internals |
243 | while applets are running. This increases the size of the binary | 243 | while applets are running. This increases the size of the binary |
244 | considerably and should only be used when doing development. | 244 | considerably and should only be used when doing development. |
245 | If you are doing development and want to debug BusyBox, answer Y. | 245 | If you are doing development and want to debug BusyBox, answer Y. |
246 | 246 | ||
@@ -261,7 +261,7 @@ config CONFIG_DMALLOC | |||
261 | -p check-fence -p check-heap -p check-lists -p check-blank \ | 261 | -p check-fence -p check-heap -p check-lists -p check-blank \ |
262 | -p check-funcs -p realloc-copy -p allow-free-null | 262 | -p check-funcs -p realloc-copy -p allow-free-null |
263 | 263 | ||
264 | This will make BusyBox be considerable larger and run slower, so | 264 | This will make BusyBox be considerable larger and run slower, so |
265 | you should leave this option disabled for production use. | 265 | you should leave this option disabled for production use. |
266 | 266 | ||
267 | config CONFIG_EFENCE | 267 | config CONFIG_EFENCE |
@@ -271,9 +271,9 @@ config CONFIG_EFENCE | |||
271 | help | 271 | help |
272 | This enables compiling with Electric-fence support. Electric | 272 | This enables compiling with Electric-fence support. Electric |
273 | fence is another very useful malloc debugging library which uses | 273 | fence is another very useful malloc debugging library which uses |
274 | your computer's virtual memory hardware to detect illegal memory | 274 | your computer's virtual memory hardware to detect illegal memory |
275 | accesses. This support will make BusyBox be considerable larger | 275 | accesses. This support will make BusyBox be considerable larger |
276 | and run slower, so you should leave this option disabled unless | 276 | and run slower, so you should leave this option disabled unless |
277 | you are hunting a hard to find memory problem. | 277 | you are hunting a hard to find memory problem. |
278 | 278 | ||
279 | endmenu | 279 | endmenu |