Optimisations after changing sunxi / sunxi64 to the mainline (#3309)
This commit is contained in:
parent
43b4d75fb2
commit
d80839df75
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user