Skip to content

Commit aaf16c0

Browse files
committed
Upgrade Allwinner kernels to latest
1 parent 7339b7e commit aaf16c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/sources/families/include/sunxi64_common.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ case $BRANCH in
3131

3232
current)
3333
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
34-
declare -g KERNELBRANCH="tag:v6.12.47"
34+
declare -g KERNELBRANCH="tag:v6.12.57"
3535
;;
3636

3737
edge)

config/sources/families/include/sunxi_common.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ case $BRANCH in
3232

3333
current)
3434
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
35-
declare -g KERNELBRANCH="tag:v6.12.51"
35+
declare -g KERNELBRANCH="tag:v6.12.57"
3636
;;
3737

3838
edge)

0 commit comments

Comments
 (0)