projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efafd7d
)
uboot-rockchip: Fix product name for Radxa ROCK Pi 4
author
FUKAUMI Naoki
<naoki@radxa.com>
Wed, 8 Jan 2025 21:59:23 +0000
(21:59 +0000)
committer
Robert Marko
<robimarko@gmail.com>
Fri, 10 Jan 2025 12:47:47 +0000
(13:47 +0100)
"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>
package/boot/uboot-rockchip/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-rockchip/Makefile
b/package/boot/uboot-rockchip/Makefile
index 7070ca973d3200a37d3305b191032afcc8a17d4b..02f750a2977cee00ca494005232b7a5ba338cbc7 100644
(file)
--- 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:=R
ock
Pi 4
+ NAME:=R
OCK
Pi 4
BUILD_DEVICES:= \
radxa_rock-pi-4a
endef