Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | There should be only one instance of CONFIG_FEATURE_AUTOWIDTH | Eric Andersen | 2003-07-26 | 1 | -14/+0 |
| | |||||
* | Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement, | Eric Andersen | 2003-07-26 | 1 | -1/+0 |
| | | | | since fdisk will work just fine on smaller disks w/o it. | ||||
* | Require that LFS is enabled to get fdisk | Eric Andersen | 2003-07-14 | 1 | -0/+1 |
| | |||||
* | Add the fdformat utility, based on a patch from Kent Robotti, | Eric Andersen | 2003-07-05 | 1 | -0/+6 |
| | | | | | but I then completely reworked the fdformat utility to comply with the current busybox way of doing things. | ||||
* | Patch from Kent Robotti adding a bunch of menuconfig help | Eric Andersen | 2003-07-03 | 1 | -1/+1 |
| | |||||
* | Write all the help text for the util-linux utilities. Allow | Eric Andersen | 2003-02-27 | 1 | -34/+152 |
| | | | | | | people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik | ||||
* | fdisk writable feature, allows compilation of a small fdisk that can | Glenn L McGrath | 2003-01-04 | 1 | -5/+13 |
| | | | | only read partition table, by Vladimir N. Oleynik | ||||
* | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | 2002-12-05 | 1 | -0/+232 |
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik |