[openwrt/openwrt] mediatek: make TUF-AX4200 KERNEL simply expanded
LEDE Commits
lede-commits at lists.infradead.org
Mon Apr 3 17:09:22 PDT 2023
blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f25abdf144f8ccabde6bfca2f0d3c509acfc53bc
commit f25abdf144f8ccabde6bfca2f0d3c509acfc53bc
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Tue Apr 4 02:08:32 2023 +0200
mediatek: make TUF-AX4200 KERNEL simply expanded
The KERNEL variable was recursively expanded, breaking other devices.
Signed-off-by: David Bauer <mail at david-bauer.net>
---
target/linux/mediatek/image/filogic.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index f1fa11b49a..b1b223c55b 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -47,7 +47,7 @@ define Device/asus_tuf-ax4200
DEVICE_PACKAGES := kmod-usb3 kmod-mt7986-firmware mt7986-wo-firmware
IMAGES := sysupgrade.bin
KERNEL_LOADADDR := 0x48000000
- KERNEL = kernel-bin | lzma | \
+ 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 | pad-to 64k
More information about the lede-commits
mailing list