From 5206db45610e7a10c5879c36c09e0eac5e8ce40a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 2 Jul 2011 08:37:58 +0000 Subject: [PATCH] generic: use padjffs2 in prepare_generic_squashfs SVN-Revision: 27356 --- include/image.mk | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/include/image.mk b/include/image.mk index 753e88f87c..ef78a989d3 100644 --- a/include/image.mk +++ b/include/image.mk @@ -58,15 +58,7 @@ endef # pad to 4k, 8k, 64k, 128k and add jffs2 end-of-filesystem mark define prepare_generic_squashfs - dd if=$(1) of=$(KDIR)/tmpfile.0 bs=4k conv=sync - $(call add_jffs2_mark,$(KDIR)/tmpfile.0) - dd if=$(KDIR)/tmpfile.0 of=$(KDIR)/tmpfile.1 bs=4k conv=sync - $(call add_jffs2_mark,$(KDIR)/tmpfile.1) - dd if=$(KDIR)/tmpfile.1 of=$(KDIR)/tmpfile.2 bs=64k conv=sync - $(call add_jffs2_mark,$(KDIR)/tmpfile.2) - dd if=$(KDIR)/tmpfile.2 of=$(1) bs=64k conv=sync - $(call add_jffs2_mark,$(1)) - rm -f $(KDIR)/tmpfile.* + $(STAGING_DIR_HOST)/bin/padjffs2 $(1) 4 8 64 128 endef -- 2.30.2