diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index eeed1c5915..f4a7a34fb1 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -35,8 +35,8 @@ case $BRANCH in ;; edge) - declare -g KERNEL_MAJOR_MINOR="6.14" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.14.8" + declare -g KERNEL_MAJOR_MINOR="6.15" # Major and minor versions of this kernel. + declare -g KERNELBRANCH="tag:v6.15" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index b1efdf58a9..074291e04e 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -36,8 +36,8 @@ case $BRANCH in ;; edge) - declare -g KERNEL_MAJOR_MINOR="6.14" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.14.8" + declare -g KERNEL_MAJOR_MINOR="6.15" # Major and minor versions of this kernel. + declare -g KERNELBRANCH="tag:v6.15" ;; esac