diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-07-14 15:02:38 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-07-14 15:02:38 +0000 |
commit | d7ae7bae575b28e4ff5c44a5fb67bbb864368d15 (patch) | |
tree | e03477e905a5db5c55ac5c2d76ae0a5d9785d39f /target/linux/mvebu | |
parent | 6f5a9debed74f63bc34f569958b4a97d529755fb (diff) | |
download | upstream-d7ae7bae575b28e4ff5c44a5fb67bbb864368d15.tar.gz upstream-d7ae7bae575b28e4ff5c44a5fb67bbb864368d15.tar.bz2 upstream-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')
-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 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 |