Skip to content

Commit

Permalink
sunxi-edge: switch to v6.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
The-going authored and igorpecovnik committed Aug 18, 2024
1 parent fae2418 commit edd888a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/sources/families/include/sunxi64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ case $BRANCH in
;;

edge)
declare -g KERNEL_MAJOR_MINOR="6.9" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.9.12"
declare -g KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.10.5"
;;
esac

Expand Down
4 changes: 2 additions & 2 deletions config/sources/families/include/sunxi_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ case $BRANCH in
;;

edge)
declare -g KERNEL_MAJOR_MINOR="6.9" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.9.12"
declare -g KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.10.5"
;;
esac

Expand Down

0 comments on commit edd888a

Please sign in to comment.