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://207.154.207.93/?a=commitdiff_plain;h=496f379a423e4695215c176d9eda654cb2051937;p=15.05%2Fopenwrt.git build: allow passing parameters to padjffs2 via the pad-rootfs command Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44015 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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