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

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

SVN-Revision: 44015
This commit is contained in:
Felix Fietkau 2015-01-17 21:19:57 +00:00
parent 33848f14d3
commit 4d4536b090
1 changed files with 1 additions and 1 deletions

View File

@ -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