From b8a4608178e589286a4e79734305186bdb2a390b Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Sun, 3 Sep 2023 03:06:46 +0530 Subject: [PATCH] Allwinner: bump legacy, current and edge kernels Legacy - 5.15.127 -> 5.15.130 Current - 6.1.47 -> 6.1.51 Edge - 6.5 -> 6.5.1 --- 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 6d1deaa036..295675b3b5 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.127" + declare -g KERNELBRANCH="tag:v5.15.130" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.47" + declare -g KERNELBRANCH="tag:v6.1.51" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.5" + declare -g KERNELBRANCH="tag:v6.5.1" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 19bbfa1012..054f5bcef5 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.127" + declare -g KERNELBRANCH="tag:v5.15.130" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.47" + declare -g KERNELBRANCH="tag:v6.1.51" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.5" + declare -g KERNELBRANCH="tag:v6.5.1" ;; esac