diff options
| author | Hauke Mehrtens | 2024-09-22 12:07:26 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-09-22 12:07:26 +0000 |
| commit | b638a5f10f1cde564af24071a2c2ac5100b9e471 (patch) | |
| tree | c8ec2e1a60534ba25c6da29ab1c9492c92625c4f | |
| parent | 746e894877e5130a7d5227cd90f90dfe18cc274b (diff) | |
| download | openwrt-b638a5f10f1cde564af24071a2c2ac5100b9e471.tar.gz | |
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@hauke-m.de>
| -rw-r--r-- | target/linux/ramips/image/mt7621.mk | 4 |
1 files 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 |