Author: kaloz
Date: 2014-06-29 15:10:35 +0200 (Sun, 29 Jun 2014)
New Revision: 41387

Modified:
   trunk/target/linux/mvebu/image/Makefile
Log:
[mvebu]: build firmware images for the Mamba (Linksys WRT1900AC)

Signed-off-by: Imre Kaloz <[email protected]>



Modified: trunk/target/linux/mvebu/image/Makefile
===================================================================
--- trunk/target/linux/mvebu/image/Makefile     2014-06-29 13:09:15 UTC (rev 
41386)
+++ trunk/target/linux/mvebu/image/Makefile     2014-06-29 13:10:35 UTC (rev 
41387)
@@ -44,6 +44,11 @@
 define Image/Build/squashfs
        $(STAGING_DIR_HOST)/bin/padjffs2 $(KDIR)/root.squashfs 128
        $(foreach dtb,$(TARGET_DTBS),$(call 
Image/Build/UbinizeImage,$(dtb),,squashfs,$(UBI_OPTS));)
+       ( \
+               dd if=$(KDIR)/uImage-armada-xp-mamba bs=3072k conv=sync; \
+               dd 
if=$(BIN_DIR)/$(IMG_PREFIX)-armada-xp-mamba-squashfs-ubinized.bin \
+               bs=2048 conv=sync; \
+       ) > $(BIN_DIR)/$(IMG_PREFIX)-mamba-squashfs.img
 endef
 
 define Image/Build/Initramfs
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to