mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
rockchip: add missing KERNEL_LOADADDR for LinkEase EasePi R1
Commit8ca4caacd0("rockchip: Add support for RK3568 LinkEase EasePi R1") forgot to include the SoC recipe, which leads KERNEL_LOADADDR undefined. Fixes:8ca4caacd0("rockchip: Add support for RK3568 LinkEase EasePi R1") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/20722 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
d720ad5254
commit
fefd50ec00
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue