package/cramfs: change to new site location

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>
This commit is contained in:
Chris Brandt
2018-04-07 08:35:42 -05:00
committed by Thomas Petazzoni
parent 0908b8ecad
commit 2cf4871808
9 changed files with 8 additions and 328 deletions

View File

@@ -3,4 +3,4 @@ config BR2_TARGET_ROOTFS_CRAMFS
help
Build a cramfs root filesystem
http://sourceforge.net/projects/cramfs/
https://github.com/npitre/cramfs-tools

View File

@@ -5,9 +5,9 @@
################################################################################
ifeq ($(BR2_ENDIAN),"BIG")
CRAMFS_OPTS = -b
CRAMFS_OPTS = -B
else
CRAMFS_OPTS = -l
CRAMFS_OPTS = -L
endif
define ROOTFS_CRAMFS_CMD