From: Felix Fietkau 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://git.lede-project.org./?a=commitdiff_plain;h=4d4536b090797c7d8918b8c24ca246aff1fcd942;p=openwrt%2Fstaging%2Fdangole.git build: allow passing parameters to padjffs2 via the pad-rootfs command Signed-off-by: Felix Fietkau 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