瀏覽代碼

Add next branch in sun50iw6.conf

orangepi-xunlong 3 年之前
父節點
當前提交
c2379f4dc8
共有 1 個文件被更改,包括 10 次插入5 次删除
  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)
 
-		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