[openwrt/openwrt] uboot-rockchip: Fix product name for Radxa ROCK Pi 4
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 10 04:47:55 PST 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c23e177080960e18ea560be95edf09cad8eb51e5
commit c23e177080960e18ea560be95edf09cad8eb51e5
Author: FUKAUMI Naoki <naoki at radxa.com>
AuthorDate: Wed Jan 8 21:59:23 2025 +0000
uboot-rockchip: Fix product name for Radxa ROCK Pi 4
"ROCK" is the correct series name.
https://radxa.com/products/rock4
Signed-off-by: FUKAUMI Naoki <naoki at radxa.com>
Link: https://github.com/openwrt/openwrt/pull/17532
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/boot/uboot-rockchip/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile
index 7070ca973d..02f750a297 100644
--- a/package/boot/uboot-rockchip/Makefile
+++ b/package/boot/uboot-rockchip/Makefile
@@ -138,7 +138,7 @@ endef
define U-Boot/rock-pi-4-rk3399
$(U-Boot/rk3399/Default)
- NAME:=Rock Pi 4
+ NAME:=ROCK Pi 4
BUILD_DEVICES:= \
radxa_rock-pi-4a
endef
More information about the lede-commits
mailing list