From 9cdb0421999824adb50ea15955819df359d871ed Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 20 Apr 2023 15:41:42 +0200 Subject: [PATCH] Bump sunxi to latest version --- config/sources/families/include/sunxi64_common.inc | 6 +++--- config/sources/families/include/sunxi_common.inc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index bfd103f85a..5cd9158ac2 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -21,17 +21,17 @@ case $BRANCH in legacy) declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v5.15.107" + declare -g KERNELBRANCH="tag:v5.15.108" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.24" + declare -g KERNELBRANCH="tag:v6.1.25" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.2.11" + declare -g KERNELBRANCH="tag:v6.2.12" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index a0343f9a2c..bf736f0f62 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -22,17 +22,17 @@ case $BRANCH in legacy) declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v5.15.107" + declare -g KERNELBRANCH="tag:v5.15.108" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.24" + declare -g KERNELBRANCH="tag:v6.1.25" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.2.11" + declare -g KERNELBRANCH="tag:v6.2.12" ;; esac