From fdca3d5ac326822fae6dfc076ceb27baa8ed9b5a Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Mon, 21 Aug 2023 14:55:56 +0530 Subject: [PATCH] kernel: sunxi: bump legacy, current and edge --- 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 3fa186c740..246cd38e57 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.126" + declare -g KERNELBRANCH="tag:v5.15.127" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.45" + declare -g KERNELBRANCH="tag:v6.1.46" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.4.10" + declare -g KERNELBRANCH="tag:v6.4.11" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index b8ac93836e..b228313798 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.126" + declare -g KERNELBRANCH="tag:v5.15.127" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.45" + declare -g KERNELBRANCH="tag:v6.1.46" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.4.10" + declare -g KERNELBRANCH="tag:v6.4.11" ;; esac