Author: kaloz Date: 2015-01-14 12:37:29 +0100 (Wed, 14 Jan 2015) New Revision: 43968
Modified: trunk/target/linux/mvebu/image/Makefile Log: mvebu: Replace the padjffs2 call by the generic definition The mvebu image Makefile directly calls the padjffs2 utility, while there's an generic make function to do just that. Switch to it Signed-off-by: Maxime Ripard <[email protected]> Modified: trunk/target/linux/mvebu/image/Makefile =================================================================== --- trunk/target/linux/mvebu/image/Makefile 2015-01-14 09:59:26 UTC (rev 43967) +++ trunk/target/linux/mvebu/image/Makefile 2015-01-14 11:37:29 UTC (rev 43968) @@ -44,7 +44,7 @@ endef define Image/Build/squashfs - $(STAGING_DIR_HOST)/bin/padjffs2 $(KDIR)/root.squashfs 128 + $(call prepare_generic_squashfs,$(KDIR)/root.squashfs) $(foreach nandboard,$(NANDBOARDS),$(call Image/Build/UbinizeImage,$(nandboard),,squashfs,$(UBI_OPTS));) ( \ dd if=$(KDIR)/uImage-armada-xp-mamba bs=3072k conv=sync; \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
