From 79c84867fb297dea250fcf8830cf31094b689c7a Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Sun, 2 Feb 2025 16:50:04 +0800 Subject: [PATCH] airoha: drop unsupported fit image option with-initrd This option will only take effect when the "separate_ramdisk" feature was enabled. However, this target does not support this feature. It is an obvious copy and paste issue. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/17832 Signed-off-by: Hauke Mehrtens --- target/linux/airoha/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/airoha/image/Makefile b/target/linux/airoha/image/Makefile index f3547ae330..823714309d 100644 --- a/target/linux/airoha/image/Makefile +++ b/target/linux/airoha/image/Makefile @@ -8,7 +8,7 @@ define Device/Default KERNEL = kernel-bin | lzma | \ fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb KERNEL_INITRAMFS = kernel-bin | lzma | \ - fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb with-initrd + fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb FILESYSTEMS := squashfs DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1))) DEVICE_DTS_DIR := ../dts -- 2.30.2