Skip to content

Commit

Permalink
sunxi-6.11: Switch edge to v6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
The-going committed Sep 27, 2024
1 parent 18b3807 commit b66533e
Show file tree
Hide file tree
Showing 3 changed files with 429 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 @@ -35,8 +35,8 @@ case $BRANCH in
;;

edge)
declare -g KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.10.9"
declare -g KERNEL_MAJOR_MINOR="6.11" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.11"
;;
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.10" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.10.9"
declare -g KERNEL_MAJOR_MINOR="6.11" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.11"
;;
esac

Expand Down
Loading

0 comments on commit b66533e

Please sign in to comment.