From 432f7e52dbc55d02ea8336fe5c0d76b04c04b58e Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Thu, 19 Jun 2014 14:13:04 +0000
Subject: [PATCH] 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 <ben.mulvihill@gmail.com>

SVN-Revision: 41270
---
 target/linux/lantiq/image/Makefile | 1 +
 1 file changed, 1 insertion(+)

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
 
-- 
2.30.2