ramips: fix initramfs kernel loadaddr for EAP615-Wall v1
The kernel load address was changed in commite2d823d068("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:e2d823d068("ramips: fix LZMA decompression error for TP-Link EAP615-Wall") Fixes: https://github.com/openwrt/openwrt/issues/22505 Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/22562 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commite5d8f5fd69)
This commit is contained in:
parent
70ea59fcd9
commit
12efaa10a6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user