From c9997723b43091fc3b36c46f6cd4d8c86e8a4e2e Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Sat, 12 Aug 2023 03:46:30 +0530 Subject: [PATCH] Allwiner: bump legacy, current and edge kernel legacy - 5.15.124 -> 5.15.126 current - 6.1.43 -> 6.1.45 edge - 6.4.8 -> 6.4.10 --- 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 b42b58f1da..3fa186c740 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.124" + declare -g KERNELBRANCH="tag:v5.15.126" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.43" + declare -g KERNELBRANCH="tag:v6.1.45" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.4.8" + declare -g KERNELBRANCH="tag:v6.4.10" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index b3dc46bf18..b8ac93836e 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.124" + declare -g KERNELBRANCH="tag:v5.15.126" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.43" + declare -g KERNELBRANCH="tag:v6.1.45" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.4.8" + declare -g KERNELBRANCH="tag:v6.4.10" ;; esac