projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4193422
)
airoha: drop unsupported fit image option with-initrd
author
Shiji Yang
<
[email protected]
>
Sun, 2 Feb 2025 08:50:04 +0000
(16:50 +0800)
committer
Hauke Mehrtens
<
[email protected]
>
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/17832
Signed-off-by: Hauke Mehrtens <
[email protected]
>
target/linux/airoha/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/airoha/image/Makefile
b/target/linux/airoha/image/Makefile
index f3547ae3304438ec53ea368f1029246b771c3e94..823714309dd1be44ac7bdf3e36e3f425bc857c95 100644
(file)
--- 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