aboutsummaryrefslogtreecommitdiff
path: root/utils/dosfstools/Makefile
Commit message (Collapse)AuthorAge
* dosfstools: fix PKG_SOURCEStijn Tintel2022-12-16
| | | | | | | Both mirrors provided in the Makefile only serve gzipped tarballs. Fixes: dcd7fcfa5b4e ("dosfstools: update to v4.0") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* dosfstools: fix AM_ICONV triggered build errorBjørn Mork2021-10-23
| | | | | | | | | | | | | | | | Fix this build error: gcc -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers \ -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -O2 \ -I/usr/local/src/openwrt/staging_dir/host/include \ -L/usr/local/src/openwrt/staging_dir/host/lib \ -o fsck.fat check.o file.o fsck.fat.o lfn.o boot.o common.o fat.o io.o \ charconv.o @LIBICONV@ gcc: error: LIBICONV@: No such file or directory make[4]: *** [Makefile:449: fsck.fat] Error 1 Suggested-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Bjørn Mork <bjorn@mork.no>
* dosfstools: update to 4.2Rosen Penev2021-03-06
| | | | | | | | Remove upstreamed patch. Added AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* dosfsutils: Properly fix iconv linkingRosen Penev2019-06-20
| | | | | | Necessary when using libiconv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dosfstools: Fix compilation with full NLSRosen Penev2019-05-19
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* utils/dosfstools: Update to 4.1Daniel Engberg2017-03-14
| | | | | | | | | Update to 4.1 Remove 0001-mkfs-Default-to-64-32-heads-sectors-for-targets-smal.patch as it's included in upstream repo. Refresh patch Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* dosfstools: merge tools into a single package and remove symlinksÁlvaro Fernández Rojas2016-10-12
| | | | | | | | - Merge mkfs.fat/fsck.fat/fatlabel into a single package. - Remove compatibility symlinks. - Take over maintainership. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* dosfstools: update to v4.0Álvaro Fernández Rojas2016-10-12
| | | | | | | This updates dosfstools to the latest release available and uses the new automatically generated Makefiles instead of a hard coded compilation. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* dosfstools: bump to 3.0.28, fix URLs - dev moved to githubTed Hess2015-12-04
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* dosfstools: fix build with muslDaniel Golle2015-03-29
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* dosfstools: bump to v3.0.27 & add ICONV supportDavid Bonnes2015-02-04
Signed-off-by: David Bonnes <david.bonnes@gmail.com>