diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index 0bec3d2c8f..69bab7be87 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -12,15 +12,9 @@ case $BRANCH in legacy) KERNEL_VERSION_LEVEL="5.4" ;; - current) - KERNEL_VERSION_LEVEL="5.10" - KERNELSWITCHOBJ="tag=v5.10.82" - ;; + current) KERNEL_VERSION_LEVEL="5.10" ;; - edge) - KERNEL_VERSION_LEVEL="5.15" - KERNELSWITCHOBJ="tag=v5.15.5" - ;; + edge) KERNEL_VERSION_LEVEL="5.15" ;; esac case "$KERNEL_VERSION_LEVEL" in diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 2150f0478a..a68bd6eeb3 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -12,16 +12,9 @@ GOVERNOR=ondemand case $BRANCH in legacy) KERNEL_VERSION_LEVEL="5.4" ;; + current) KERNEL_VERSION_LEVEL="5.10" ;; + edge) KERNEL_VERSION_LEVEL="5.15" ;; - current) - KERNEL_VERSION_LEVEL="5.10" - KERNELSWITCHOBJ="tag=v5.10.82" - ;; - - edge) - KERNEL_VERSION_LEVEL="5.15" - KERNELSWITCHOBJ="tag=v5.15.5" - ;; esac case "$KERNEL_VERSION_LEVEL" in