[openwrt/openwrt] ipq806x: remove unnecessary filesystem specific build
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 15 12:47:10 PST 2018
mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/f319c5c25424df2a33f1cbb5e74ed1da330318f2
commit f319c5c25424df2a33f1cbb5e74ed1da330318f2
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Sun Jan 14 21:38:08 2018 +0100
ipq806x: remove unnecessary filesystem specific build
The Openmesh factory image doesn't need a squashfs specific build command.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
target/linux/ipq806x/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
index db6c94c..fd562b9 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
More information about the lede-commits
mailing list