aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/image/Makefile
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-01-14 21:38:08 +0100
committerMathias Kresin <dev@kresin.me>2018-01-15 21:45:43 +0100
commitf319c5c25424df2a33f1cbb5e74ed1da330318f2 (patch)
tree8e76a80bca06217046f1926310c5dac62ed84bf8 /target/linux/ipq806x/image/Makefile
parentf2a8e02134315e7a40f10b38bc4d977efd0ce3c7 (diff)
downloadupstream-f319c5c25424df2a33f1cbb5e74ed1da330318f2.tar.gz
upstream-f319c5c25424df2a33f1cbb5e74ed1da330318f2.tar.bz2
upstream-f319c5c25424df2a33f1cbb5e74ed1da330318f2.zip
ipq806x: remove unnecessary filesystem specific build
The Openmesh factory image doesn't need a squashfs specific build command. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ipq806x/image/Makefile')
-rw-r--r--target/linux/ipq806x/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
index db6c94c0ac..fd562b91ba 100644
--- a/target/linux/ipq806x/image/Makefile
+++ b/target/linux/ipq806x/image/Makefile
@@ -203,7 +203,7 @@ define Device/openmesh_a42
KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb | pad-to $$(BLOCKSIZE)
IMAGE_SIZE := 15616k
IMAGES = factory.bin sysupgrade.bin
- IMAGE/factory.bin/squashfs := append-rootfs | pad-rootfs | openmesh-image ce_type=A42
+ IMAGE/factory.bin := append-rootfs | pad-rootfs | openmesh-image ce_type=A42
IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata
DEVICE_PACKAGES := ath10k-firmware-qca4019 uboot-envtools ipq-wifi-openmesh_a42
endef