mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
squashfs3: remove deprecated package/rootfs
[Peter: remove now unused BR2_DEPRECATED_SINCE_2010_05 symbol] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ba4ad9d27c
commit
2f7a53ee8a
@@ -4,26 +4,10 @@ config BR2_TARGET_ROOTFS_SQUASHFS
|
||||
Build a squashfs root filesystem
|
||||
|
||||
if BR2_TARGET_ROOTFS_SQUASHFS
|
||||
choice
|
||||
prompt "SquashFS version"
|
||||
default BR2_TARGET_ROOTFS_SQUASHFS4
|
||||
help
|
||||
Select the Squash filesystem version to use to generate the
|
||||
root filesystem.
|
||||
|
||||
config BR2_TARGET_ROOTFS_SQUASHFS4
|
||||
bool "4.x"
|
||||
|
||||
config BR2_TARGET_ROOTFS_SQUASHFS3
|
||||
depends on BR2_DEPRECATED_SINCE_2010_05
|
||||
bool "3.x"
|
||||
|
||||
endchoice
|
||||
|
||||
choice
|
||||
prompt "Compression algorithm"
|
||||
default BR2_TARGET_ROOTFS_SQUASHFS4_GZIP
|
||||
depends on BR2_TARGET_ROOTFS_SQUASHFS4
|
||||
help
|
||||
Select the squashfs compression algorithm to use when
|
||||
generating the filesystem.
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS4),y)
|
||||
ROOTFS_SQUASHFS_DEPENDENCIES = host-squashfs
|
||||
|
||||
ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS4_LZO),y)
|
||||
@@ -21,17 +20,6 @@ endif
|
||||
endif
|
||||
endif
|
||||
|
||||
else
|
||||
ROOTFS_SQUASHFS_DEPENDENCIES = host-squashfs3
|
||||
|
||||
ifeq ($(BR2_ENDIAN),"BIG")
|
||||
ROOTFS_SQUASHFS_ARGS=-be
|
||||
else
|
||||
ROOTFS_SQUASHFS_ARGS=-le
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
define ROOTFS_SQUASHFS_CMD
|
||||
$(HOST_DIR)/usr/bin/mksquashfs $(TARGET_DIR) $@ -noappend \
|
||||
$(ROOTFS_SQUASHFS_ARGS) && \
|
||||
|
||||
Reference in New Issue
Block a user