Skip to content
Snippets Groups Projects
Commit 1d11ffa4 authored by Imre Kaloz's avatar Imre Kaloz
Browse files

use the full boardname for the wrt1900ac image


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

SVN-Revision: 41631
parent 81d85a71
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment