aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
commitc77b70f313ba47f1e56840e34739dc4788980a34 (patch)
tree14acee1a54e20573ddf2d5ff72af0958632155cf /target
parentb9f12a62890061a8580789be3e579602186491d2 (diff)
downloadmaster-187ad058-c77b70f313ba47f1e56840e34739dc4788980a34.tar.gz
master-187ad058-c77b70f313ba47f1e56840e34739dc4788980a34.tar.bz2
master-187ad058-c77b70f313ba47f1e56840e34739dc4788980a34.zip
[mvebu]: mark the default WRT1900AC image "factory"
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41648 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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