From ad00d12c4431c0e02c1618678a5f727384bc09da Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Thu, 14 Dec 2023 03:20:46 +0530 Subject: [PATCH] Bump Allwinner kernels --- 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 b3030f527a..5861395c90 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.142" + declare -g KERNELBRANCH="tag:v5.15.143" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.67" + declare -g KERNELBRANCH="tag:v6.1.68" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.6.6" + declare -g KERNELBRANCH="tag:v6.6.7" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index e086a5ebaa..6291380fbb 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.142" + declare -g KERNELBRANCH="tag:v5.15.143" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.67" + declare -g KERNELBRANCH="tag:v6.1.68" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.6.6" + declare -g KERNELBRANCH="tag:v6.6.7" ;; esac