diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-17 21:19:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-17 21:19:57 +0000 |
commit | 4d4536b090797c7d8918b8c24ca246aff1fcd942 (patch) | |
tree | 2f82ae5e2842357f29b587f6179c64a85813ba29 /include/image.mk | |
parent | 33848f14d30d51e15ce99765a7063abe38bc6e92 (diff) | |
download | upstream-4d4536b090797c7d8918b8c24ca246aff1fcd942.tar.gz upstream-4d4536b090797c7d8918b8c24ca246aff1fcd942.tar.bz2 upstream-4d4536b090797c7d8918b8c24ca246aff1fcd942.zip |
build: allow passing parameters to padjffs2 via the pad-rootfs command
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44015
Diffstat (limited to 'include/image.mk')
-rw-r--r-- | include/image.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |