[openwrt/openwrt] uboot-rockchip: sort build target alphabetically
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 8 09:31:16 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/89b1d0ed9c3af67bce5ae8d0a5e955930890e9e2
commit 89b1d0ed9c3af67bce5ae8d0a5e955930890e9e2
Author: Tianling Shen <cnsztl at immortalwrt.org>
AuthorDate: Fri Sep 6 15:16:33 2024 +0800
uboot-rockchip: sort build target alphabetically
move nanopc-t6 recipes above rock 5b.
Fixes: 9482341a4752 ("rockchip: add support for nanopc t6")
Signed-off-by: Tianling Shen <cnsztl at immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/16340
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/boot/uboot-rockchip/Makefile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile
index 626b058ea5..50c8a95ba0 100644
--- a/package/boot/uboot-rockchip/Makefile
+++ b/package/boot/uboot-rockchip/Makefile
@@ -245,18 +245,18 @@ define U-Boot/rk3588/Default
TPL:=rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.16.bin
endef
-define U-Boot/rock5b-rk3588
+define U-Boot/nanopc-t6-rk3588
$(U-Boot/rk3588/Default)
- NAME:=ROCK 5B
+ NAME:=NanoPC T6
BUILD_DEVICES:= \
- radxa_rock-5b
+ friendlyarm_nanopc-t6
endef
-define U-Boot/nanopc-t6-rk3588
+define U-Boot/rock5b-rk3588
$(U-Boot/rk3588/Default)
- NAME:=NanoPC T6
+ NAME:=ROCK 5B
BUILD_DEVICES:= \
- friendlyarm_nanopc-t6
+ radxa_rock-5b
endef
@@ -300,8 +300,8 @@ UBOOT_TARGETS := \
radxa-e25-rk3568 \
rock-3a-rk3568 \
rock-3b-rk3568 \
- rock5b-rk3588 \
nanopc-t6-rk3588 \
+ rock5b-rk3588 \
nanopi-r6s-rk3588s \
rock5a-rk3588s
More information about the lede-commits
mailing list