summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog: Release e2fsprogs 1.45.7-1HEADe2fsprogs/1.45.7-1masterPatrick McDermott2021-01-291-1/+1
|
* badblocks, e2fsprogs: Fix broken u-a linksPatrick McDermott2021-01-292-1/+2
|
* changelog: New upstream versionPatrick McDermott2021-01-291-0/+6
|
* changelog: Release e2fsprogs 1.45.6-1e2fsprogs/1.45.6-1Patrick McDermott2021-01-091-1/+1
|
* copyright: New filePatrick McDermott2021-01-091-0/+869
|
* badblocks, e2fsprogs: u-a all the executablesPatrick McDermott2021-01-085-0/+42
|
* Install libraries and executables under / not /usrPatrick McDermott2021-01-0815-46/+55
| | | | | | BusyBox installs its versions of these executables under /, which really makes more sense, for example in case /usr is on a different and corrupted file system (/usr can't be checked if fsck is on /usr).
* Add packagesPatrick McDermott2021-01-0834-0/+240
|
* build: Remove Bash scriptsPatrick McDermott2021-01-071-0/+4
|
* build: Remove static librariesPatrick McDermott2021-01-071-0/+1
|
* control: Bump opkhelper-3.0 B-DPatrick McDermott2021-01-071-1/+1
| | | | | Needed for architecture-qualified names of just-built library dependencies.
* build: Drop --with-multiarchPatrick McDermott2021-01-071-1/+0
| | | | | libdir is already architecture-qualified, so --with-multiarch adds the host architecture into library paths a second time.
* build: Set ac_cv_path_mkdirPatrick McDermott2021-01-071-1/+2
| | | | | | | Autoconf sets MKDIR_P to a relative path to its install-sh because it doesn't know BusyBox's mkdir supports "-p". e2fsprogs's Makefile.in runs child make processes under subdirectories, breaking the relative path to install-sh.
* build: Set configure optionsPatrick McDermott2021-01-071-1/+11
|
* Initial commitPatrick McDermott2021-01-078-0/+307