summaryrefslogtreecommitdiff
path: root/fs/cramfs
diff options
context:
space:
mode:
authorChris Brandt <chris.brandt@renesas.com>2018-04-07 08:35:42 -0500
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-09 11:29:43 +0200
commit2cf4871808a820e48e265a5c91e6d0c51886e635 (patch)
treebc4cc6cecb7f1994107a796b9fffe7901521155c /fs/cramfs
parent0908b8ecada61454bf8b223777ef4970d74a1370 (diff)
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>
Diffstat (limited to 'fs/cramfs')
-rw-r--r--fs/cramfs/Config.in2
-rw-r--r--fs/cramfs/cramfs.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/fs/cramfs/Config.in b/fs/cramfs/Config.in
index 1a4e326472..b11885b4f4 100644
--- a/fs/cramfs/Config.in
+++ b/fs/cramfs/Config.in
@@ -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
diff --git a/fs/cramfs/cramfs.mk b/fs/cramfs/cramfs.mk
index f880871935..8745c78031 100644
--- a/fs/cramfs/cramfs.mk
+++ b/fs/cramfs/cramfs.mk
@@ -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