From 00793be73e3d32beed89357692e923e7374c998a Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 6 Apr 2023 13:15:17 +0200 Subject: [PATCH] Bump sunxi --- config/sources/families/include/sunxi64_common.inc | 4 ++-- config/sources/families/include/sunxi_common.inc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index 19661628f..8a5396142 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -26,12 +26,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.22" + declare -g KERNELBRANCH="tag:v6.1.23" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.2.9" + declare -g KERNELBRANCH="tag:v6.2.10" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index e5c70fecb..20aba0e3b 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -27,12 +27,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.22" + declare -g KERNELBRANCH="tag:v6.1.23" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.2.9" + declare -g KERNELBRANCH="tag:v6.2.10" ;; esac