Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit ee453dd

Browse files
authored
Update rockchip64_common.inc
1 parent a76381a commit ee453dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

addboard/config/sources/families/include/rockchip64_common.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ case $BRANCH in
2929
current)
3030
declare -g KERNEL_MAJOR_MINOR="6.6"
3131
declare -g LINUXFAMILY=rockchip64
32-
KERNELBRANCH='branch:linux-6.6.y
32+
KERNELBRANCH='branch:linux-6.6.y'
3333
declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH
3434
;;
3535

3636
edge)
3737
declare -g KERNEL_MAJOR_MINOR="6.12"
3838
declare -g LINUXFAMILY=rockchip64
39-
KERNELBRANCH='branch:linux-6.12.y
39+
KERNELBRANCH='branch:linux-6.12.y'
4040
declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH
4141
;;
4242
esac

0 commit comments

Comments
 (0)