From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 17 Jan 2015 21:19:57 +0000 (+0000)
Subject: build: allow passing parameters to padjffs2 via the pad-rootfs command
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4d4536b090797c7d8918b8c24ca246aff1fcd942;p=lede.git

build: allow passing parameters to padjffs2 via the pad-rootfs command

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 44015
---

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