aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-07 20:46:34 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-07 20:46:34 +0000
commitd62fd84d4b309bc5fa6548288b82f21189d4f53f (patch)
tree323ecf50e92a496908b6749c1e0cc41a0669d8c3 /Config.in
parent7930bcf7368e42b327b2a234f4e1be897fc25b1d (diff)
downloadbusybox-w32-d62fd84d4b309bc5fa6548288b82f21189d4f53f.tar.gz
busybox-w32-d62fd84d4b309bc5fa6548288b82f21189d4f53f.tar.bz2
busybox-w32-d62fd84d4b309bc5fa6548288b82f21189d4f53f.zip
libbusybox: move (possibly compressed) help stuff into libbusybox.
Makes individual binaries much smaller.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/Config.in b/Config.in
index b046812c7..74f8beae9 100644
--- a/Config.in
+++ b/Config.in
@@ -283,14 +283,15 @@ config STATIC
283config BUILD_LIBBUSYBOX 283config BUILD_LIBBUSYBOX
284 bool "Build shared libbusybox" 284 bool "Build shared libbusybox"
285 default n 285 default n
286 depends on !FEATURE_PREFER_APPLETS
286 help 287 help
287 Build a shared library libbusybox.so which contains all 288 Build a shared library libbusybox.so.N.N.N which contains all
288 libraries used inside busybox. 289 busybox code.
289 290
290 This is an experimental feature intended to support the upcoming 291 This feature allows every applet to be built as a tiny
291 "make standalone" mode. Enabling it against the one big busybox 292 separate executable. Enabling it for "one big busybox binary"
292 binary serves no purpose (and increases the size). You should 293 approach serves no purpose and increases code size.
293 almost certainly say "no" to this right now. 294 You should almost certainly say "no" to this.
294 295
295### config FEATURE_FULL_LIBBUSYBOX 296### config FEATURE_FULL_LIBBUSYBOX
296### bool "Feature-complete libbusybox" 297### bool "Feature-complete libbusybox"