[OpenWrt-Devel] [PATCH] lantiq: copy rootfs-overlay.ubi to bin/lantiq
Ben Mulvihill
ben.mulvihill at gmail.com
Wed Jun 18 14:55:17 EDT 2014
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 at gmail.com>
---
--- a/target/linux/lantiq/image/Makefile 2014-06-18 20:50:46.799775413 +0200
+++ b/target/linux/lantiq/image/Makefile 2014-06-18 20:51:03.948174681 +0200
@@ -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
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list