mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-23 17:16:43 +07:00
Add next branch in sun50iw6.conf
This commit is contained in:
15
external/config/sources/families/sun50iw6.conf
vendored
15
external/config/sources/families/sun50iw6.conf
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user