From: blogic Date: Thu, 19 Jun 2014 14:13:04 +0000 (+0000) Subject: lantiq: copy rootfs-overlay.ubi to bin/lantiq X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=81461bf55431acaaeb10d03e0f9dd370eacc963e;p=openwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41270 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index e2a72b238f..3af3d999b3 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -189,6 +189,7 @@ define Image/Build/ubi 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