Author: kaloz Date: 2014-07-14 00:15:03 +0200 (Mon, 14 Jul 2014) New Revision: 41631
Modified: trunk/target/linux/mvebu/image/Makefile Log: [mvebu]: use the full boardname for the wrt1900ac image Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/target/linux/mvebu/image/Makefile =================================================================== --- trunk/target/linux/mvebu/image/Makefile 2014-07-13 22:12:56 UTC (rev 41630) +++ trunk/target/linux/mvebu/image/Makefile 2014-07-13 22:15:03 UTC (rev 41631) @@ -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)-mamba-squashfs.img + ) > $(BIN_DIR)/$(IMG_PREFIX)-armada-xp-mamba-squashfs.img endef define Image/Build/Initramfs _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
