Author: nbd Date: 2015-01-17 22:19:57 +0100 (Sat, 17 Jan 2015) New Revision: 44015
Modified: trunk/include/image.mk Log: build: allow passing parameters to padjffs2 via the pad-rootfs command Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/image.mk =================================================================== --- trunk/include/image.mk 2015-01-17 21:19:38 UTC (rev 44014) +++ trunk/include/image.mk 2015-01-17 21:19:57 UTC (rev 44015) @@ -304,7 +304,7 @@ endef define Build/pad-rootfs - $(call prepare_generic_squashfs,$@) + $(call prepare_generic_squashfs,$@ $(1)) endef define Build/pad-offset _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
