sunxi-6.15: Switching EDGE to v6.15

This commit is contained in:
The-going
2025-05-31 14:14:36 +03:00
committed by Igor
parent 6a60311cb1
commit 65af1b843b
2 changed files with 4 additions and 4 deletions

View File

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

View File

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