Cix: Linux6.6: Support Gitee
This commit is contained in:
parent
a766e93736
commit
9030ad33be
|
|
@ -22,6 +22,9 @@ case $BRANCH in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
next)
|
next)
|
||||||
|
if [[ $GITEE_SERVER == yes ]]; then
|
||||||
|
KERNELSOURCE="https://gitee.com/orangepi-xunlong/orange-pi-6.6-cix.git"
|
||||||
|
fi
|
||||||
KERNELBRANCH='branch:orange-pi-6.6-cix'
|
KERNELBRANCH='branch:orange-pi-6.6-cix'
|
||||||
KERNELPATCHDIR='cix-next'
|
KERNELPATCHDIR='cix-next'
|
||||||
LINUXCONFIG="linux-6.6-cix-p1-next"
|
LINUXCONFIG="linux-6.6-cix-p1-next"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue