diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index 9fd54b17bb..33aaf5195d 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.75" + KERNELSWITCHOBJ="tag=v5.15.76" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-6.0} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.5'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.6'} ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 4e02e84ab2..c6660cbc9c 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.75" + KERNELSWITCHOBJ="tag=v5.15.76" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-6.0} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.5'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.6'} ;; esac