summaryrefslogtreecommitdiff
path: root/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add CONFIG_NITPICK. (And tweak a couple other help entries while I'm there.)Rob Landley2006-05-311-15/+37
| | | | Nothing's actually using it yet, but we need it.
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-0/+15
| | | | | | Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts
* Rename the devfs device names option so it doesn't bite people so often.Rob Landley2006-05-111-2/+4
|
* Split CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and consolidate some Rules.makRob Landley2006-05-091-6/+16
| | | | stuff along the way.
* Patch from Dennis Vlasenko to add the option to compress help text.Rob Landley2006-04-271-0/+8
|
* I forgot to re-enable shared library build after 1.1.1. (Undo svn 14590.)Rob Landley2006-04-101-9/+1
|
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;Bernhard Reutner-Fischer2006-04-021-1/+1
|
* - add option to suppress the terse usage messages. Saves 6.8k for defconfig:Bernhard Reutner-Fischer2006-03-311-0/+10
| | | | | | | text data bss dec hex filename 861791 11264 1039140 1912195 1d2d83 busybox.have-terse-usage 854799 11264 1039140 1905203 1d1233 busybox.no-terse
* Documentation from Jan KiszkaRob Landley2006-03-291-6/+11
|
* We make both busybox and busybox_unstripped all the time now, no need toRob Landley2006-03-221-7/+0
| | | | specify whether or not to strip the binary.
* Temporarily disable shared library for the 1.1.1 release.Rob Landley2006-03-211-1/+9
|
* Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. doRob Landley2006-03-131-1/+3
| | | | defconfig first), and group busybox administrative settings into a sub-menu.
* add a sep option for strippingMike Frysinger2006-03-101-0/+7
|
* rearrange the menu a little to split general settings from applet selectionMike Frysinger2006-03-101-64/+69
|
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley2006-02-211-0/+1
| | | | md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).)
* Help text update and tweak to defconfig to remove two more things thatRob Landley2006-02-081-4/+6
| | | | | | 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).
* Not on libbusybox.so: it's GPL, no API barrier, no stability promise.Rob Landley2006-01-311-0/+5
|
* Move SUSv2 obsolete feature disabling to debug menu, invert meaning ofRob Landley2006-01-301-17/+8
| | | | | | | | 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?
* - readd config option for libbusybox and ima-mode which were accidentallyBernhard Reutner-Fischer2006-01-241-6/+54
| | | | dropped by landley in rev13542.
* Zap sysdeps directory, moving Config.in and defconfig to top of tree.Rob Landley2006-01-201-0/+345
(Busybox should not be system dependent enough to have different default configurations for different platforms. We're not a kernel.)