[openwrt/openwrt] uboot-rockchip: add support for LinkEase EasePi R1
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 28 16:06:31 PST 2025
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/e35f37791f0906edab0f6adc3125750402cba096
commit e35f37791f0906edab0f6adc3125750402cba096
Author: Liangbin Lian <jjm2473 at gmail.com>
AuthorDate: Wed Sep 24 19:49:26 2025 +0800
uboot-rockchip: add support for LinkEase EasePi R1
generic-rk3568 is enough
Signed-off-by: Liangbin Lian <jjm2473 at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20147
(cherry picked from commit ef093299dbb8d9e9b8120be9d5314dbf4af1528d)
Link: https://github.com/openwrt/openwrt/pull/20744
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/boot/uboot-rockchip/Makefile | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile
index 4f688396c3..6b87fb193a 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
@@ -341,6 +348,7 @@ UBOOT_TARGETS := \
rock-3c-rk3566 \
bpi-r2-pro-rk3568 \
fastrhino-r66s-rk3568 \
+ generic-rk3568 \
nanopi-r5c-rk3568 \
nanopi-r5s-rk3568 \
radxa-e25-rk3568 \
More information about the lede-commits
mailing list