diff options
| author | Liangbin Lian | 2025-09-24 11:49:26 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-11-09 22:13:25 +0000 |
| commit | ef093299dbb8d9e9b8120be9d5314dbf4af1528d (patch) | |
| tree | cb9c73a4a94668c218a11b8f848777b020dcf802 | |
| parent | 887cab883bc4b3e104b70e74af775522d060e1d4 (diff) | |
| download | openwrt-ef093299dbb8d9e9b8120be9d5314dbf4af1528d.tar.gz | |
uboot-rockchip: add support for LinkEase EasePi R1
generic-rk3568 is enough
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20147
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/uboot-rockchip/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 6f87179b5a..addeeca309 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -226,6 +226,13 @@ define U-Boot/fastrhino-r66s-rk3568 lunzn_fastrhino-r66s endef +define U-Boot/generic-rk3568 + $(U-Boot/rk3568/Default) + NAME:=Generic RK3566/RK3568 board + BUILD_DEVICES:= \ + linkease_easepi-r1 +endef + define U-Boot/nanopi-r5c-rk3568 $(U-Boot/rk3568/Default) NAME:=NanoPi R5C @@ -394,6 +401,7 @@ UBOOT_TARGETS := \ rock-3c-rk3566 \ bpi-r2-pro-rk3568 \ fastrhino-r66s-rk3568 \ + generic-rk3568 \ nanopi-r5c-rk3568 \ nanopi-r5s-rk3568 \ radxa-e25-rk3568 \ |