From 87e5264ca5ecd0b4fb6b62e6748abd523a977adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 24 Jul 2022 13:59:38 +0200 Subject: [PATCH] Bump Allwinner to latest (#4018) --- 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 3d8e775a0b..163556c64b 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.131" + KERNELSWITCHOBJ="tag=v5.10.132" ;; current) KERNEL_VERSION_LEVEL="5.15" - KERNELSWITCHOBJ="tag=v5.15.55" + KERNELSWITCHOBJ="tag=v5.15.57" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-5.18} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.18.12'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.18.14'} ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index caf0c331a8..44679bbd2f 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.131" + KERNELSWITCHOBJ="tag=v5.10.132" ;; current) KERNEL_VERSION_LEVEL="5.15" - KERNELSWITCHOBJ="tag=v5.15.55" + KERNELSWITCHOBJ="tag=v5.15.57" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-5.18} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.18.12'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.18.14'} ;; esac