aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-19 14:13:04 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-19 14:13:04 +0000
commitc4fae68f1381080622fb4d200f8e7a8d08bbe80a (patch)
tree4f58df91942b0b13cfdbcf05d975309c7ea80e26
parent6732ce34063861070fdca77d914efe49c9eba042 (diff)
downloadupstream-c4fae68f1381080622fb4d200f8e7a8d08bbe80a.tar.gz
upstream-c4fae68f1381080622fb4d200f8e7a8d08bbe80a.tar.bz2
upstream-c4fae68f1381080622fb4d200f8e7a8d08bbe80a.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41270 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 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