Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Temporarily disable shared library for the 1.1.1 release. | Rob Landley | 2006-03-21 | 1 | -1/+9 | |
| | ||||||
* | Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. do | Rob Landley | 2006-03-13 | 1 | -1/+3 | |
| | | | | defconfig first), and group busybox administrative settings into a sub-menu. | |||||
* | add a sep option for stripping | Mike Frysinger | 2006-03-10 | 1 | -0/+7 | |
| | ||||||
* | rearrange the menu a little to split general settings from applet selection | Mike Frysinger | 2006-03-10 | 1 | -64/+69 | |
| | ||||||
* | Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked | Rob Landley | 2006-02-21 | 1 | -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 that | Rob Landley | 2006-02-08 | 1 | -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 Landley | 2006-01-31 | 1 | -0/+5 | |
| | ||||||
* | Move SUSv2 obsolete feature disabling to debug menu, invert meaning of | Rob Landley | 2006-01-30 | 1 | -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 accidentally | Bernhard Reutner-Fischer | 2006-01-24 | 1 | -6/+54 | |
| | | | | dropped by landley in rev13542. | |||||
* | Zap sysdeps directory, moving Config.in and defconfig to top of tree. | Rob Landley | 2006-01-20 | 1 | -0/+345 | |
(Busybox should not be system dependent enough to have different default configurations for different platforms. We're not a kernel.) |