Skip to content

Commit

Permalink
allwinner: edge: Bump kernel to v6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
viraniac authored and igorpecovnik committed Jul 1, 2023
1 parent 35dddea commit d404b7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 @@ -33,8 +33,8 @@ case $BRANCH in
;;

edge)
declare -g KERNEL_MAJOR_MINOR="6.3" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.3.9"
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.4"
;;
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 @@ -34,8 +34,8 @@ case $BRANCH in
;;

edge)
declare -g KERNEL_MAJOR_MINOR="6.3" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.3.9"
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.4"
;;
esac

Expand Down
2 changes: 1 addition & 1 deletion patch/kernel/sunxi-edge

0 comments on commit d404b7e

Please sign in to comment.