Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/dosfstools: bump version to 4.1 | Bernd Kuhls | 2017-05-26 | 1 | -31/+0 |
| | | | | | | | | | | | | | Removed patches applied upstream: 0001-mkfs-Default-to-64-32-heads-sectors-for-targets-smalle.patch https://github.com/dosfstools/dosfstools/commit/1e76e5778a1885452939a79d9145b80634a5b023 0002-src-device_info.c-Fix-undefined-PATH_MAX-under-musl.patch https://github.com/dosfstools/dosfstools/commit/69ac2b0706ff01ea7a8b6efd9f9efa2481895261 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | package/dosfstools: Fix undefined PATH_MAX under musl | Romain Naour | 2016-09-03 | 1 | -0/+31 |
Dosfstools doesn't build with musl only if BR2_PACKAGE_HAS_UDEV is set due to a missing include for PATH_MAX (limits.h). Fixes: http://autobuild.buildroot.net/results/346/346feda6a4a83850dbb62919eb33482302053490 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |