From: Zoltan HERPAI Date: Wed, 25 Oct 2023 10:15:12 +0000 (+0200) Subject: ath79: image: use sysupgrade-tar for SR71 / PB42 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a5c2129bbc3c0a44b373aec16d3bfa338c010698;p=openwrt%2Fstaging%2Fwigyori.git ath79: image: use sysupgrade-tar for SR71 / PB42 As the combined-image stanza is now retired, use sysupgrade-tar for the sysupgrade images. Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index 080acb3d32..80d7e351f0 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -343,8 +343,7 @@ define Device/ubnt_sr71 IMAGES += kernel.bin rootfs.bin IMAGE/kernel.bin := append-kernel IMAGE/rootfs.bin := append-rootfs | pad-rootfs - IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | combined-image | \ - append-metadata | check-size + IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE) | sysupgrade-tar rootfs=$$$$@ | append-metadata KERNEL := kernel-bin | append-dtb | lzma | pad-to $$(BLOCKSIZE) KERNEL_INITRAMFS := kernel-bin | append-dtb UBNT_BOARD := LS-SR71 diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 2c5bfc3d59..9473b4a830 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -587,8 +587,7 @@ define Device/atheros_pb42 IMAGES += kernel.bin rootfs.bin IMAGE/kernel.bin := append-kernel IMAGE/rootfs.bin := append-rootfs | pad-rootfs - IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | combined-image | \ - append-metadata | check-size + IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE) | sysupgrade-tar rootfs=$$$$@ | append-metadata KERNEL := kernel-bin | append-dtb | lzma | pad-to $$(BLOCKSIZE) SUPPORTED_DEVICES += pb42 endef