Author: wigyori
Date: 2015-04-10 23:36:33 +0200 (Fri, 10 Apr 2015)
New Revision: 45369

Modified:
   trunk/target/linux/mxs/image/Makefile
Log:
mxs: reinstate rootfs image creation and dtb copy

Signed-off-by: Harald Geyer <[email protected]>
Acked-by: Michael Heimpold <[email protected]>



Modified: trunk/target/linux/mxs/image/Makefile
===================================================================
--- trunk/target/linux/mxs/image/Makefile       2015-04-10 21:34:21 UTC (rev 
45368)
+++ trunk/target/linux/mxs/image/Makefile       2015-04-10 21:36:33 UTC (rev 
45369)
@@ -9,6 +9,9 @@
 include $(INCLUDE_DIR)/image.mk
 include $(INCLUDE_DIR)/host.mk
 
+BOARDS:= \
+       imx23-olinuxino \
+       imx28-duckbill
 FAT32_BLOCK_SIZE=1024
 FAT32_BLOCKS=$(shell echo 
$$(($(CONFIG_MXS_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE))))
 
@@ -72,6 +75,7 @@
 define Image/Build
        $(call Image/Build/$(1),$(1))
        $(call Image/Build/Profile/$(PROFILE),$(1))
+       dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k 
conv=sync
 endef
 
 $(eval $(call BuildImage))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to