From 47b614e5e54f2efb13f6d22cb6e00c9bfa86a3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 17 Oct 2022 19:10:05 +0200 Subject: [PATCH] Bump sunxi versions (#4291) --- 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 bc4fde00f4..a5c0a4eedb 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.73" + KERNELSWITCHOBJ="tag=v5.15.74" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-5.19} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.19.15'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.19.16'} ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 6f99dd3767..66e8faeec1 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.73" + KERNELSWITCHOBJ="tag=v5.15.74" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-5.19} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.19.15'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.19.16'} ;; esac