Skip to content

Commit

Permalink
Bump Allwinner kernels (armbian#5893)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Nov 8, 2023
1 parent 47f8065 commit d1d86a3
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 @@ -29,12 +29,12 @@ case $BRANCH in

current)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.60"
declare -g KERNELBRANCH="tag:v6.1.62"
;;

edge)
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.6"
declare -g KERNELBRANCH="tag:v6.6.1"
;;
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 @@ -30,12 +30,12 @@ case $BRANCH in

current)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.60"
declare -g KERNELBRANCH="tag:v6.1.62"
;;

edge)
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.6"
declare -g KERNELBRANCH="tag:v6.6.1"
;;
esac

Expand Down

0 comments on commit d1d86a3

Please sign in to comment.