Author: blogic Date: 2014-06-19 16:13:04 +0200 (Thu, 19 Jun 2014) New Revision: 41270
Modified: trunk/target/linux/lantiq/image/Makefile Log: lantiq: copy rootfs-overlay.ubi to bin/lantiq At the moment, an rootfs.ubi is copied over to bin/lantiq but rootfs-overlay.ubi is not. This adds it. Signed-off-by: Ben Mulvihill <[email protected]> Modified: trunk/target/linux/lantiq/image/Makefile =================================================================== --- trunk/target/linux/lantiq/image/Makefile 2014-06-19 14:12:59 UTC (rev 41269) +++ trunk/target/linux/lantiq/image/Makefile 2014-06-19 14:13:04 UTC (rev 41270) @@ -189,6 +189,7 @@ ifneq ($($(PROFILE)_UBI_OPTS),) $(CP) $(KDIR)/root.ubi $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE)-rootfs.ubi + $(CP) $(KDIR)/root-overlay.ubi $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE)-rootfs-overlay.ubi endif endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
