[openwrt/openwrt] airoha: drop unsupported fit image option with-initrd
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 19 14:10:31 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/79c84867fb297dea250fcf8830cf31094b689c7a
commit 79c84867fb297dea250fcf8830cf31094b689c7a
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Sun Feb 2 16:50:04 2025 +0800
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 <yangshiji66 at outlook.com>
Link: https://github.com/openwrt/openwrt/pull/17832
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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
More information about the lede-commits
mailing list