sunxi-6.16: Add series.conf file and switch to v6.16.7

This commit is contained in:
The-going
2025-09-19 09:06:57 +03:00
committed by Igor
parent 13e6960fd6
commit 095e9c68e8
3 changed files with 252 additions and 4 deletions

View File

@@ -35,8 +35,8 @@ case $BRANCH in
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.15" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.15.4"
declare -g KERNEL_MAJOR_MINOR="6.16" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.16.7"
;;
esac

View File

@@ -36,8 +36,8 @@ case $BRANCH in
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.15" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.15.4"
declare -g KERNEL_MAJOR_MINOR="6.16" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.16.7"
;;
esac