summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/image
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-07-13 22:15:03 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-07-13 22:15:03 +0000
commit1d11ffa4f2c379c3b2e5ec247f3cc7707112d97e (patch)
treeec3e789ac8d0c44cbae8454f8bb464f5f6c2a0d5 /target/linux/mvebu/image
parent81d85a717ad9f0765d56be21953ead02a5a1ab52 (diff)
downloadmaster-31e0f0ae-1d11ffa4f2c379c3b2e5ec247f3cc7707112d97e.tar.gz
master-31e0f0ae-1d11ffa4f2c379c3b2e5ec247f3cc7707112d97e.tar.bz2
master-31e0f0ae-1d11ffa4f2c379c3b2e5ec247f3cc7707112d97e.zip
use the full boardname for the wrt1900ac image
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41631
Diffstat (limited to 'target/linux/mvebu/image')
-rw-r--r--target/linux/mvebu/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile
index 9de7e96086..964fb0610c 100644
--- a/target/linux/mvebu/image/Makefile
+++ b/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