From: solodecode Date: Fri, 3 Jul 2026 18:33:18 +0000 (+0300) Subject: mediatek: filogic: fix Globitel BT-R320 recovery image name X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F24059%2Fhead;p=thirdparty%2Fopenwrt.git mediatek: filogic: fix Globitel BT-R320 recovery image name The initramfs image name already contains "-initramfs". Using "-initramfs-recovery.itb" as the suffix makes the BT-R320 recovery artifact contain it twice. Use "-recovery.itb" instead. Fixes: a3105d3f9573 ("mediatek: filogic: add support for Globitel BT-R320") Signed-off-by: solodecode Link: https://github.com/openwrt/openwrt/pull/24059 Signed-off-by: Robert Marko --- diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index 8a611c36c7b..17246880686 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/target/linux/mediatek/image/filogic.mk @@ -1837,7 +1837,7 @@ define Device/globitel_bt-r320 KERNEL := kernel-bin | lzma KERNEL_INITRAMFS := kernel-bin | lzma | \ fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb with-initrd | pad-to 64k - KERNEL_INITRAMFS_SUFFIX := -initramfs-recovery.itb + KERNEL_INITRAMFS_SUFFIX := -recovery.itb IMAGES := sysupgrade.itb IMAGE_SIZE := $$(shell expr 64 + $$(CONFIG_TARGET_ROOTFS_PARTSIZE))m IMAGE/sysupgrade.itb := append-kernel | \