Browse Source

Add next branch in sun50iw6.conf

orangepi-xunlong 3 years ago
parent
commit
c2379f4dc8
1 changed files with 10 additions and 5 deletions
  1. 10 5
      external/config/sources/families/sun50iw6.conf

+ 10 - 5
external/config/sources/families/sun50iw6.conf

@@ -34,12 +34,17 @@ case $BRANCH in
 
 
 	current)
 	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
 esac