use the full boardname for the wrt1900ac image

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 41631
This commit is contained in:
Imre Kaloz 2014-07-13 22:15:03 +00:00
parent 81d85a717a
commit 1d11ffa4f2

View File

@ -48,7 +48,7 @@ define Image/Build/squashfs
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