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

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

SVN-Revision: 44015
master
Felix Fietkau 10 years ago
parent 33848f14d3
commit 4d4536b090
  1. 2
      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

Loading…
Cancel
Save