Add next branch in sun50iw6.conf
This commit is contained in:
parent
077c41e26f
commit
c2379f4dc8
|
|
@ -34,12 +34,17 @@ case $BRANCH in
|
|||
|
||||
current)
|
||||
|
||||
if [[ ${BOARD} == orangepi3-lts ]]; then
|
||||
|
||||
ASOUND_STATE='asound.state.sun50iw6-current'
|
||||
KERNELBRANCH="branch:orange-pi-5.10"
|
||||
LINUXCONFIG=linux-5.10-sunxi64-current
|
||||
fi
|
||||
LINUXCONFIG="linux-5.10-sunxi64-current"
|
||||
;;
|
||||
|
||||
next)
|
||||
|
||||
ASOUND_STATE='asound.state.sun50iw6-current'
|
||||
KERNELBRANCH="branch:orange-pi-5.16-sunxi64"
|
||||
LINUXCONFIG="linux-5.16-sunxi64-current"
|
||||
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue