[openwrt/openwrt] ramips: dna_valokuitu-plus-ex400: build sysupgrade.bin
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 22 05:20:51 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b638a5f10f1cde564af24071a2c2ac5100b9e471
commit b638a5f10f1cde564af24071a2c2ac5100b9e471
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Sep 22 14:07:26 2024 +0200
ramips: dna_valokuitu-plus-ex400: build sysupgrade.bin
Rename the sysupgrade.tar step to sysupgrade.bin. The sysupgrade.tar is
used in other places and we prefer a sysupgrade.bin instead.
Fixes: fea2264d9fdd ("ramips: mt7621: Add DNA Valokuitu Plus EX400")
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/ramips/image/mt7621.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 323bfcd6f2..ca7c07903a 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1079,11 +1079,11 @@ define Device/dna_valokuitu-plus-ex400
DEVICE_MODEL := Valokuitu Plus EX400
KERNEL := kernel-bin | lzma | uImage lzma
KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | uImage lzma
- IMAGES := factory.bin sysupgrade.tar
+ IMAGES := factory.bin sysupgrade.bin
IMAGE/factory.bin := kernel-initramfs-bin | lzma | uImage lzma | \
dna-bootfs with-initrd | dna-header | \
append-md5sum-ascii-salted
- IMAGE/sysupgrade.tar := dna-bootfs | sysupgrade-tar kernel=$$$$@ | check-size | \
+ IMAGE/sysupgrade.bin := dna-bootfs | sysupgrade-tar kernel=$$$$@ | check-size | \
append-metadata
DEVICE_IMG_NAME = $$(DEVICE_IMG_PREFIX)-$$(2)
DEVICE_PACKAGES := kmod-mt7603 kmod-mt7615-firmware kmod-usb3
More information about the lede-commits
mailing list