Optimisations after changing sunxi / sunxi64 to the mainline (#3309)

This commit is contained in:
Igor Pečovnik 2021-12-02 20:25:12 +01:00 committed by GitHub
parent 43b4d75fb2
commit d80839df75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 17 deletions

View File

@ -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

View File

@ -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