]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
airoha: drop unsupported fit image option with-initrd
authorShiji Yang <yangshiji66@outlook.com>
Sun, 2 Feb 2025 08:50:04 +0000 (16:50 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 19 Oct 2025 21:09:57 +0000 (23:09 +0200)
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@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/17832
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/airoha/image/Makefile

index f3547ae3304438ec53ea368f1029246b771c3e94..823714309dd1be44ac7bdf3e36e3f425bc857c95 100644 (file)
@@ -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