Bugfix. current branch was using patchset from dev (#1632)

This commit is contained in:
Igor Pečovnik 2019-11-26 18:43:20 +01:00 committed by GitHub
parent 5ae857539d
commit f0c4cbf5ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ ASOUND_STATE='asound.state.sunxi-next'
GOVERNOR=ondemand
case $BRANCH in
next|legacy)
legacy)
KERNELBRANCH='branch:linux-4.19.y'
@ -20,7 +20,7 @@ case $BRANCH in
KERNELSOURCE="https://github.com/megous/linux"
KERNELBRANCH="branch:orange-pi-5.3"
KERNELPATCHDIR='sunxi-dev'
KERNELPATCHDIR='sunxi-'$BRANCH
;;
@ -28,7 +28,7 @@ case $BRANCH in
KERNELSOURCE="https://github.com/megous/linux"
KERNELBRANCH="branch:orange-pi-5.4"
KERNELPATCHDIR='sunxi-dev'
KERNELPATCHDIR='sunxi-'$BRANCH
;;
esac