From e5d8f5fd693e439d5dcb86dd015309ca223846a6 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Sun, 22 Mar 2026 20:12:11 +0800 Subject: [PATCH] ramips: fix initramfs kernel loadaddr for EAP615-Wall v1 The kernel load address was changed in commit e2d823d06830 ("ramips: fix LZMA decompression error for TP-Link EAP615-Wall"). We also need to relocate the load address for initramfs image so that it can be booted correctly. Fixes: e2d823d06830 ("ramips: fix LZMA decompression error for TP-Link EAP615-Wall") Fixes: https://github.com/openwrt/openwrt/issues/22505 Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/22562 Signed-off-by: Hauke Mehrtens --- target/linux/ramips/image/mt7621.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 36f90a63b1..1cbd2426a5 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -2986,7 +2986,6 @@ define Device/tplink_eap615-wall-v1 KERNEL_LOADADDR := 0x82000000 KERNEL := kernel-bin | relocate-kernel $(loadaddr-y) | lzma | \ fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb | pad-to 64k - KERNEL_INITRAMFS := kernel-bin | lzma -d22 | fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb IMAGE_SIZE := 13248k endef TARGET_DEVICES += tplink_eap615-wall-v1