aboutsummaryrefslogtreecommitdiffstats
path: root/community/mtd-utils
Commit message (Collapse)AuthorAgeFilesLines
* community/mtd-utils: disable checkLeo2019-07-241-0/+1
|
* community/mtd-utils: upgrade to 2.1.1Olliver Schinagl2019-07-241-12/+6
| | | | | | Version bump of mtd-utils Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* community/mtd-utils: fix subpackagesNatanael Copa2019-05-061-8/+8
| | | | we cannot set arch=all on subpackages
* community/mtd-utils: disable checksKevin Daudt2019-04-201-0/+1
| | | | | | | | | | | The checks currently fail on the builders with: > [ ERROR ] --- 0x6 != 0x3 > tests/unittests/test_lib.h:37: error: Check of parameter fd, function __wrap_close failed > tests/unittests/libubi_test.c:25: note: Expected parameter declared here > [ LINE ] --- tests/unittests/test_lib.h:37: error: Failure! Disable the test suite for now until this is fixed.
* community/mtd-utils: make find invocations compliantKevin Daudt2019-04-201-7/+8
| | | | | | | | | The Busybox version of find allows parameters to be specified between '{}' and '+' as argument to -exec. This however is not according to the posix specification, and the GNU version of find doesn't accept it. Use the coreutils version of 'mv' with the '-t' arguement to be able to specify the filenames as last.
* community/mtd-utils: add missing findutils to checkepdendsKevin Daudt2019-04-201-0/+1
| | | | | The cat_found_file function uses functionality from coreutils find. Add that as a checkdepend.
* community/mtd-utils: log output of test-suite on failKevin Daudt2019-04-191-1/+7
|
* community/mtd-utils: adhere to aports code styleKevin Daudt2019-04-191-53/+44
| | | | | | - No braces in variables when not required - Opening brace of function definition on the same line - Close quote of multiline string on the same column as data
* community/mtd-utils: Split into smaller subpackagesOlliver Schinagl2019-04-191-2/+76
| | | | | | | | | | To stay in the alpine spirit, split mtd-utils into smaller targetted packages. E.g. if I have raw NAND flash, I don't care about the NOR tools. And depending on the filesystem, I may not care about ubi. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* community/mtd-utils: Enable checkOlliver Schinagl2019-04-192-0/+33
| | | | | | Enable self-sets by using `make check`. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* community/mtd-utils: Version bump to 2.1.0Olliver Schinagl2019-04-194-5/+98
| | | | | | | 2.1.0 was released 4 weeks ago, so lets bump the version while we're here. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* community/mtd-utils: Minor cleanupsOlliver Schinagl2019-04-191-21/+23
| | | | | | | Use proper variable and strings as per shell scripting general recommendations. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* community/mtd-utils: Move from testingOlliver Schinagl2019-04-191-0/+37
The mtd-utils seem use, updates and are in a good shape. Lets put them in the community repo. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>