Author: nbd Date: 2015-03-25 15:30:53 +0100 (Wed, 25 Mar 2015) New Revision: 44979
Modified: trunk/include/image.mk Log: image.mk: allow image build code to run a per-filesystem prepare step Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/image.mk =================================================================== --- trunk/include/image.mk 2015-03-25 14:30:46 UTC (rev 44978) +++ trunk/include/image.mk 2015-03-25 14:30:53 UTC (rev 44979) @@ -268,6 +268,8 @@ .PHONY: mkfs-$(1) mkfs-$(1): mkfs_prepare $(Image/mkfs/$(1)) + $(call Build/mkfs/default,$(1)) + $(call Build/mkfs/$(1),$(1)) $(KDIR)/root.$(1): mkfs-$(1) endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
