From 08816900a2bfd5aa5dceef39d80ca84cd8900c1a Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Fri, 28 Jul 2023 20:36:05 +0530 Subject: [PATCH] Allwinner: bump kernel versions Bumped kernel versions as follows sunxi & sunxi64: legacy - 5.15.121 -> 5.15.123 edge - 6.4.5 -> 6.4.7 sunxi64 only: current - 6.1.40 -> 6.1.42 --- config/sources/families/include/sunxi64_common.inc | 6 +++--- config/sources/families/include/sunxi_common.inc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index 5cb72ccf79..973ff56176 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -24,17 +24,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.121" + declare -g KERNELBRANCH="tag:v5.15.123" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.40" + declare -g KERNELBRANCH="tag:v6.1.42" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.4.5" + declare -g KERNELBRANCH="tag:v6.4.7" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 988cfafa4c..3dc60ebaa9 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -25,7 +25,7 @@ case $BRANCH in legacy) declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v5.15.121" + declare -g KERNELBRANCH="tag:v5.15.123" ;; current) @@ -35,7 +35,7 @@ case $BRANCH in edge) declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.4.5" + declare -g KERNELBRANCH="tag:v6.4.7" ;; esac