From: Shiji Yang Date: Sun, 2 Feb 2025 08:50:04 +0000 (+0800) Subject: airoha: drop unsupported fit image option with-initrd X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=79c84867fb297dea250fcf8830cf31094b689c7a;p=openwrt%2Fstaging%2Fldir.git 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 --- 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