From e7ab342abd97e48cb7ddf795b837937d6f615e57 Mon Sep 17 00:00:00 2001 From: The-going <48602507+The-going@users.noreply.github.com> Date: Thu, 9 Feb 2023 14:25:37 +0300 Subject: [PATCH] sunxi: switch CURRENT to v5.15.93 EDGE to 6.1.11 --- 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 9cbb99b30..34cee70bf 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.91" + KERNELSWITCHOBJ="tag=v5.15.93" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-6.1} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.1.9'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.1.11'} ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index eec5056a8..6d34af3fb 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.91" + KERNELSWITCHOBJ="tag=v5.15.93" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-6.1} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.1.9'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.1.11'} ;; esac