diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-07-13 22:15:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-07-13 22:15:03 +0000 |
commit | 1a065560fb150e71df64a4b75cd4fbf5307bb30e (patch) | |
tree | 8583ccef9e9ea871a31726c8decd92c25ee63170 /target/linux/mvebu/image | |
parent | 25d2e3230f90de785a7bfd8fa5c0ed954cbf328d (diff) | |
download | upstream-1a065560fb150e71df64a4b75cd4fbf5307bb30e.tar.gz upstream-1a065560fb150e71df64a4b75cd4fbf5307bb30e.tar.bz2 upstream-1a065560fb150e71df64a4b75cd4fbf5307bb30e.zip |
[mvebu]: use the full boardname for the wrt1900ac image
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41631 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/image')
-rw-r--r-- | target/linux/mvebu/image/Makefile | 2 |
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 |