summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/image
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-07-14 15:02:38 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-07-14 15:02:38 +0000
commitd7ae7bae575b28e4ff5c44a5fb67bbb864368d15 (patch)
treee03477e905a5db5c55ac5c2d76ae0a5d9785d39f /target/linux/mvebu/image
parent6f5a9debed74f63bc34f569958b4a97d529755fb (diff)
downloadmaster-31e0f0ae-d7ae7bae575b28e4ff5c44a5fb67bbb864368d15.tar.gz
master-31e0f0ae-d7ae7bae575b28e4ff5c44a5fb67bbb864368d15.tar.bz2
master-31e0f0ae-d7ae7bae575b28e4ff5c44a5fb67bbb864368d15.zip
mark the default WRT1900AC image "factory"
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41648
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 964fb0610c..b1682f4db1 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)-armada-xp-mamba-squashfs.img
+ ) > $(BIN_DIR)/$(IMG_PREFIX)-armada-xp-mamba-squashfs-factory.img
endef
define Image/Build/Initramfs