aboutsummaryrefslogtreecommitdiff
path: root/Config.in
AgeCommit message (Collapse)Author
2006-05-11Rename the devfs device names option so it doesn't bite people so often.Rob Landley
2006-05-09Split CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and consolidate some Rules.makRob Landley
stuff along the way.
2006-04-27Patch from Dennis Vlasenko to add the option to compress help text.Rob Landley
2006-04-10I forgot to re-enable shared library build after 1.1.1. (Undo svn 14590.)Rob Landley
2006-04-02- typos: s/compatability/compatibility/g;s/compatable/compatible/g;Bernhard Reutner-Fischer
2006-03-31- add option to suppress the terse usage messages. Saves 6.8k for defconfig:Bernhard Reutner-Fischer
text data bss dec hex filename 861791 11264 1039140 1912195 1d2d83 busybox.have-terse-usage 854799 11264 1039140 1905203 1d1233 busybox.no-terse
2006-03-29Documentation from Jan KiszkaRob Landley
2006-03-22We make both busybox and busybox_unstripped all the time now, no need toRob Landley
specify whether or not to strip the binary.
2006-03-21Temporarily disable shared library for the 1.1.1 release.Rob Landley
2006-03-13Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. doRob Landley
defconfig first), and group busybox administrative settings into a sub-menu.
2006-03-10add a sep option for strippingMike Frysinger
2006-03-10rearrange the menu a little to split general settings from applet selectionMike Frysinger
2006-02-21Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley
md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).)
2006-02-08Help text update and tweak to defconfig to remove two more things thatRob Landley
the "maximum sane configuration" shouldn't have. (Explicit MTAB support in mount, which you should only need if you have no /proc, and FEATURE_CLEAN_UP, which exists to humor valgrind and otherwise just bloats the code).
2006-01-31Not on libbusybox.so: it's GPL, no API barrier, no stability promise.Rob Landley
2006-01-30Move SUSv2 obsolete feature disabling to debug menu, invert meaning ofRob Landley
symbol (switched on to remove now: test your apps to make sure they _don't_ do this, because as some point we should just yank it), fixup head/tail/fold. Also tweak "make allyesconfig" so anything starting with CONFIG_DEBUG gets left switched off. Possibly other things we want to put in the debug menu?
2006-01-24- readd config option for libbusybox and ima-mode which were accidentallyBernhard Reutner-Fischer
dropped by landley in rev13542.
2006-01-20Zap sysdeps directory, moving Config.in and defconfig to top of tree.Rob Landley
(Busybox should not be system dependent enough to have different default configurations for different platforms. We're not a kernel.)