2cf4871808
As of Linux-4.15, cramfs now has a official maintainer again. Additionally, that person is hosting and maintaining a new version of cramfs-tools. Patches 0001-endian.patch and 0003-fix-missing-types.patch are no longer needed because they have been upstreamed. However, since patch 0002-cygwin_IO.patch is so old, it is being removed until someone that needs it can reapply and test it. At that point, they should submit the changes to the new cramfs-tools maintainer instead of adding the patches back here. Please note that cross-endian support for cramfsck is not supported at this time. Cc: Nicolas Pitre <nico@linaro.org> Signed-off-by: Chris Brandt <chris.brandt@renesas.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
config BR2_PACKAGE_HOST_CRAMFS
|
|
bool "host cramfs"
|
|
help
|
|
cramfs is a compressed read-only filesystem. This package
|
|
contains the tools to generate and check a cramfs filesystem.
|
|
|
|
https://github.com/npitre/cramfs-tools
|