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>
This commit is contained in:
parent
f2a8e02134
commit
f319c5c254
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ define Device/openmesh_a42
|
||||||
KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb | pad-to $$(BLOCKSIZE)
|
KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb | pad-to $$(BLOCKSIZE)
|
||||||
IMAGE_SIZE := 15616k
|
IMAGE_SIZE := 15616k
|
||||||
IMAGES = factory.bin sysupgrade.bin
|
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
|
IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata
|
||||||
DEVICE_PACKAGES := ath10k-firmware-qca4019 uboot-envtools ipq-wifi-openmesh_a42
|
DEVICE_PACKAGES := ath10k-firmware-qca4019 uboot-envtools ipq-wifi-openmesh_a42
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue