[openwrt/openwrt] rockchip: add missing KERNEL_LOADADDR for LinkEase EasePi R1

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 10 15:12:11 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fefd50ec0032def8b69eb517e95f8c9eb4c0adc1

commit fefd50ec0032def8b69eb517e95f8c9eb4c0adc1
Author: Tianling Shen <cnsztl at immortalwrt.org>
AuthorDate: Mon Nov 10 17:12:27 2025 +0800

    rockchip: add missing KERNEL_LOADADDR for LinkEase EasePi R1
    
    Commit 8ca4caacd039 ("rockchip: Add support for RK3568 LinkEase EasePi R1")
    forgot to include the SoC recipe, which leads KERNEL_LOADADDR undefined.
    
    Fixes: 8ca4caacd039 ("rockchip: Add support for RK3568 LinkEase EasePi R1")
    Signed-off-by: Tianling Shen <cnsztl at immortalwrt.org>
    Link: https://github.com/openwrt/openwrt/pull/20722
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/rockchip/image/armv8.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk
index d624c5ec49..83b5951249 100644
--- a/target/linux/rockchip/image/armv8.mk
+++ b/target/linux/rockchip/image/armv8.mk
@@ -176,9 +176,9 @@ endef
 TARGET_DEVICES += friendlyarm_nanopi-r76s
 
 define Device/linkease_easepi-r1
+  $(Device/rk3568)
   DEVICE_VENDOR := LinkEase
   DEVICE_MODEL := EasePi R1
-  SOC := rk3568
   UBOOT_DEVICE_NAME := generic-rk3568
   DEVICE_PACKAGES := blkdiscard block-mount kmod-button-hotplug kmod-nvme kmod-r8169
 endef




More information about the lede-commits mailing list