summaryrefslogtreecommitdiff
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-19 14:13:04 +0000
committerJohn Crispin <john@openwrt.org>2014-06-19 14:13:04 +0000
commit432f7e52dbc55d02ea8336fe5c0d76b04c04b58e (patch)
treea99d5cd63e403199b5359636f322b5f90e3a2e03 /target/linux/lantiq
parent6c46a10246f98dfebc2ab0df631f8129ffee2b2e (diff)
downloadmtk-20170518-432f7e52dbc55d02ea8336fe5c0d76b04c04b58e.zip
mtk-20170518-432f7e52dbc55d02ea8336fe5c0d76b04c04b58e.tar.gz
mtk-20170518-432f7e52dbc55d02ea8336fe5c0d76b04c04b58e.tar.bz2
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
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index e2a72b2..3af3d99 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