|
@@ -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"
|
|
|
+ ;;
|
|
|
+
|
|
|
+ next)
|
|
|
+
|
|
|
+ ASOUND_STATE='asound.state.sun50iw6-current'
|
|
|
+ KERNELBRANCH="branch:orange-pi-5.16-sunxi64"
|
|
|
+ LINUXCONFIG="linux-5.16-sunxi64-current"
|
|
|
|
|
|
- ASOUND_STATE='asound.state.sun50iw6-current'
|
|
|
- KERNELBRANCH="branch:orange-pi-5.10"
|
|
|
- LINUXCONFIG=linux-5.10-sunxi64-current
|
|
|
- fi
|
|
|
;;
|
|
|
esac
|
|
|
|