---
 rules/squashfs-tools.make | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/rules/squashfs-tools.make b/rules/squashfs-tools.make
index 6bdc03635..5fb905d06 100644
--- a/rules/squashfs-tools.make
+++ b/rules/squashfs-tools.make
@@ -16,13 +16,9 @@ PACKAGES-$(PTXCONF_SQUASHFS_TOOLS) += squashfs-tools
 #
 # Paths and names
 #
-SQUASHFS_TOOLS_VERSION := $(call ptx/ifdef, PTXCONF_HOST_SQUASHFS_TOOLS_V3X, 
3.4, 4.2)
-ifdef PTXCONF_HOST_SQUASHFS_TOOLS_V3X
-SQUASHFS_TOOLS_MD5     := 2a4d2995ad5aa6840c95a95ffa6b1da6
-else
-SQUASHFS_TOOLS_MD5     := 1b7a781fb4cf8938842279bd3e8ee852
-endif
-SQUASHFS_TOOLS         := squashfs$(SQUASHFS_TOOLS_VERSION)
+SQUASHFS_TOOLS_VERSION := 4.3
+SQUASHFS_TOOLS_MD5     := d92ab59aabf5173f2a59089531e30dbf
+SQUASHFS_TOOLS         := squashfs-tools-$(SQUASHFS_TOOLS_VERSION)
 SQUASHFS_TOOLS_SUFFIX  := tar.gz
 SQUASHFS_TOOLS_URL     := $(call ptx/mirror, SF, 
squashfs/$(SQUASHFS_TOOLS).$(SQUASHFS_TOOLS_SUFFIX))
 SQUASHFS_TOOLS_SOURCE  := $(SRCDIR)/$(SQUASHFS_TOOLS).$(SQUASHFS_TOOLS_SUFFIX)
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to