mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-18 04:41:35 +00:00
Bugfix. current branch was using patchset from dev (#1632)
This commit is contained in:
parent
5ae857539d
commit
f0c4cbf5ad
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue