From 1d87d1f5aaaa3032eafa785abc4cbaf2c3556638 Mon Sep 17 00:00:00 2001 From: Zeyu Dong Date: Sat, 24 Jan 2026 13:51:50 -0500 Subject: [PATCH] ipq40xx: fix image pipeline for MR6350 Add two missing $$ in the factory image build pipeline for MR6350 Signed-off-by: Zeyu Dong Link: https://github.com/openwrt/openwrt/pull/21682 Signed-off-by: Robert Marko (cherry picked from commit 979f70cc7ec6cec28d9f3d1ec6a4ef54fd265dc2) --- target/linux/ipq40xx/image/generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 1d02a2fc1f..1ede90bc07 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -726,7 +726,7 @@ define Device/linksys_mr6350 PAGESIZE := 2048 UBINIZE_OPTS := -E 5 # EOD marks to "hide" factory sig at EOF IMAGES += factory.bin - IMAGE/factory.bin := append-kernel | pad-to $$(KERNEL_SIZE) | append-ubi | linksys-image type=MR6350 + IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | linksys-image type=MR6350 DEVICE_PACKAGES := ipq-wifi-linksys_mr6350 kmod-usb-ledtrig-usbport endef TARGET_DEVICES += linksys_mr6350