From: Mathias Kresin Date: Sun, 14 Jan 2018 20:38:08 +0000 (+0100) Subject: ipq806x: remove unnecessary filesystem specific build X-Git-Tag: v18.06.0-rc1~1255 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f319c5c25424df2a33f1cbb5e74ed1da330318f2;hp=f2a8e02134315e7a40f10b38bc4d977efd0ce3c7 ipq806x: remove unnecessary filesystem specific build The Openmesh factory image doesn't need a squashfs specific build command. Signed-off-by: Mathias Kresin --- 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