Browse Source

use the full boardname for the wrt1900ac image

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

SVN-Revision: 41631
Imre Kaloz 11 years ago
parent
commit
1d11ffa4f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/mvebu/image/Makefile

+ 1 - 1
target/linux/mvebu/image/Makefile

@@ -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