hfsprogs: initial import 1084/head
authorFlorian Fainelli <florian@openwrt.org>
Sat, 28 Mar 2015 05:06:59 +0000 (22:06 -0700)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 28 Mar 2015 05:18:15 +0000 (22:18 -0700)
commit197e6a5a1c4218d839b1d5b717ab7759c327038c
treefb7b6b53cd4b5111ceb2e4c5216b41a077240672
parenta7ec4ae13cd66ab28d33e3c45e9d2553a58006fd
hfsprogs: initial import

Adds supports for hfsprogs, allowing the creation and verification of
HFS/HFS+ filesystems.

This creates two selectable packages:
- hfsfsck
- mkhfs

A filesystem checking script is included with hfsfsck to allow OpenWrt
to check/repair filesystem errors.

Using Ubuntu's 332.25 sources plus their patches from debian/patches/.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
16 files changed:
utils/hfsprogs/Makefile [new file with mode: 0644]
utils/hfsprogs/files/hfsfsck.sh [new file with mode: 0644]
utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch [new file with mode: 0644]
utils/hfsprogs/patches/0002-Add-exclude-Darwin-specific-code.patch [new file with mode: 0644]
utils/hfsprogs/patches/0003-Add-helper-include-files-absent-from-the-upstream-pa.patch [new file with mode: 0644]
utils/hfsprogs/patches/0004-Fix-compilation-on-64-bit-arches.patch [new file with mode: 0644]
utils/hfsprogs/patches/0005-Remove-Apple-specific-p-from-strings.patch [new file with mode: 0644]
utils/hfsprogs/patches/0006-Adjust-types-for-printing.patch [new file with mode: 0644]
utils/hfsprogs/patches/0007-Fix-path-for-HFS-wrapper-block.patch [new file with mode: 0644]
utils/hfsprogs/patches/0008-Provide-command-line-option-a.patch [new file with mode: 0644]
utils/hfsprogs/patches/0009-Rename-dprintf-to-dbg_printf.patch [new file with mode: 0644]
utils/hfsprogs/patches/0010-Rename-custom-macro-nil-with-NULL.patch [new file with mode: 0644]
utils/hfsprogs/patches/0011-Fix-types.patch [new file with mode: 0644]
utils/hfsprogs/patches/0012-Fix-mkfs-not-creating-UUIDs-for-new-filesystems.patch [new file with mode: 0644]
utils/hfsprogs/patches/0013-Fix-manpages.patch [new file with mode: 0644]
utils/hfsprogs/patches/0014-uClibc_no_loadavg.patch [new file with mode: 0644]