From 032da341e1f2d7f3ee603a28b2ad9f525b9f5ece Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Thu, 21 Sep 2023 18:06:36 +0530 Subject: [PATCH] Allwinner: bump legacy, current and edge kernels Legacy - 5.15.131 -> 5.15.132 Current - 6.1.53 -> 6.1.54 Edge - 6.5.3 -> 6.5.4 --- 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 e8470d19ce..b553aab2b6 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.131" + declare -g KERNELBRANCH="tag:v5.15.132" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.53" + declare -g KERNELBRANCH="tag:v6.1.54" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.5.3" + declare -g KERNELBRANCH="tag:v6.5.4" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index c57672ce9f..67bd48e955 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -25,17 +25,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.131" + declare -g KERNELBRANCH="tag:v5.15.132" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.53" + declare -g KERNELBRANCH="tag:v6.1.54" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.5.3" + declare -g KERNELBRANCH="tag:v6.5.4" ;; esac