From 5c0eb268804ad87fc437e4a61bccade6ce25abd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 16 Jun 2022 07:54:09 +0200 Subject: [PATCH] Bump sunxi kernels to latest tags (#3899) --- 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 8c6a003fd1..d833eee69a 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -13,17 +13,17 @@ case $BRANCH in legacy) KERNEL_VERSION_LEVEL="5.10" - KERNELSWITCHOBJ="tag=v5.10.121" + KERNELSWITCHOBJ="tag=v5.10.122" ;; current) KERNEL_VERSION_LEVEL="5.15" - KERNELSWITCHOBJ="tag=v5.15.46" + KERNELSWITCHOBJ="tag=v5.15.47" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-5.18} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.18.3'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.18.4'} ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 89ae81d935..1ca46d17f6 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -14,15 +14,15 @@ case $BRANCH in legacy) KERNEL_VERSION_LEVEL="5.10" - KERNELSWITCHOBJ="tag=v5.10.121" + KERNELSWITCHOBJ="tag=v5.10.122" ;; current) KERNEL_VERSION_LEVEL="5.15" - KERNELSWITCHOBJ="tag=v5.15.46" + KERNELSWITCHOBJ="tag=v5.15.47" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-5.18} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.18.3'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.18.4'} ;; esac