From 4d4536b090797c7d8918b8c24ca246aff1fcd942 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 17 Jan 2015 21:19:57 +0000 Subject: [PATCH] build: allow passing parameters to padjffs2 via the pad-rootfs command Signed-off-by: Felix Fietkau SVN-Revision: 44015 --- include/image.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/image.mk b/include/image.mk index 06feef5516..eddf605ddf 100644 --- a/include/image.mk +++ b/include/image.mk @@ -304,7 +304,7 @@ define Build/append-rootfs endef define Build/pad-rootfs - $(call prepare_generic_squashfs,$@) + $(call prepare_generic_squashfs,$@ $(1)) endef define Build/pad-offset