Author: kaloz Date: 2014-07-14 17:02:38 +0200 (Mon, 14 Jul 2014) New Revision: 41648
Modified: trunk/target/linux/mvebu/image/Makefile Log: [mvebu]: mark the default WRT1900AC image "factory" Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/target/linux/mvebu/image/Makefile =================================================================== --- trunk/target/linux/mvebu/image/Makefile 2014-07-14 15:00:36 UTC (rev 41647) +++ trunk/target/linux/mvebu/image/Makefile 2014-07-14 15:02:38 UTC (rev 41648) @@ -48,7 +48,7 @@ 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)-armada-xp-mamba-squashfs.img + ) > $(BIN_DIR)/$(IMG_PREFIX)-armada-xp-mamba-squashfs-factory.img endef define Image/Build/Initramfs _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
