diff options
| author | FUKAUMI Naoki | 2025-01-08 21:59:23 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-01-10 12:47:47 +0000 |
| commit | c23e177080960e18ea560be95edf09cad8eb51e5 (patch) | |
| tree | f7ab7fd51f0585b47ae4357f157cc72c9f8cb2eb | |
| parent | efafd7d47f8fa26a9f99283605c9324a833ef852 (diff) | |
| download | openwrt-c23e177080960e18ea560be95edf09cad8eb51e5.tar.gz | |
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@radxa.com>
Link: https://github.com/openwrt/openwrt/pull/17532
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/boot/uboot-rockchip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |