]> git.ipfire.org Git - thirdparty/openwrt.git/commit
ramips: fix kernel decompress error for ELECOM WRC-X1800GS 22520/head
authorShiji Yang <yangshiji66@outlook.com>
Fri, 20 Mar 2026 11:32:03 +0000 (19:32 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 23 Mar 2026 00:37:43 +0000 (01:37 +0100)
commit015e8820b53ef9e0be86025b04239a04698b5682
tree6644c78e8a212d03c58c352ceef2ab240fd3516f
parente5d8f5fd693e439d5dcb86dd015309ca223846a6
ramips: fix kernel decompress error for ELECOM WRC-X1800GS

The bootloader reads the compressed kernel to 0x82000000. We need
to decompress kernel to a different address far from 0x82000000 to
avoid memory overlap.

Fixes: https://github.com/openwrt/openwrt/issues/22270
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/22520
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ramips/image/mt7621.mk