From 8452fb75ee81acabb9afeca771ec063373de9677 Mon Sep 17 00:00:00 2001 From: The-going <48602507+The-going@users.noreply.github.com> Date: Sun, 27 Nov 2022 11:53:54 +0300 Subject: [PATCH] sunxi: switch CURRENT to v5.15.80, EDGE to v6.0.10 --- config/sources/families/include/sunxi64_common.inc | 4 ++-- config/sources/families/include/sunxi_common.inc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index 5f445ef5ad..923ed4fb9d 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -18,12 +18,12 @@ case $BRANCH in current) KERNEL_VERSION_LEVEL="5.15" - KERNELSWITCHOBJ="tag=v5.15.79" + KERNELSWITCHOBJ="tag=v5.15.80" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-6.0} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.9'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.10'} ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index b4805527d9..4bda2e7979 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -18,11 +18,11 @@ case $BRANCH in ;; current) KERNEL_VERSION_LEVEL="5.15" - KERNELSWITCHOBJ="tag=v5.15.79" + KERNELSWITCHOBJ="tag=v5.15.80" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-6.0} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.9'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.10'} ;; esac