add gk7205v300 ultimate profile to building script

pull/226/head
cronyx 2022-05-15 22:22:18 +03:00
parent db8766bb7b
commit da8fd2b3cf
1 changed files with 6 additions and 0 deletions

View File

@ -184,6 +184,11 @@ gk7205v300() {
fresh && make PLATFORM=goke BOARD=unknown_unknown_${soc}_openipc all && rename
}
gk7205v300_ultimate() {
soc="gk7205v300"
fresh && make PLATFORM=goke BOARD=unknown_unknown_${soc}_ultimate all && rename
}
gk7205v300_fpv() {
soc="gk7205v300"
fresh && make PLATFORM=goke BOARD=unknown_unknown_${soc}_fpv all && rename
@ -552,6 +557,7 @@ xm550() {
# gk7205v200_iscom # Iscom test
# gk7205v200_ufanet # Ufanet
# gk7205v300 # OpenIPC
# gk7205v300_ultimate # OpenIPC_ultimate version
# gk7205v300_fpv # FPV
# gk7605v100 # testing..
#