From da8fd2b3cf86ec8407bc42a599975f1ff205b850 Mon Sep 17 00:00:00 2001 From: cronyx Date: Sun, 15 May 2022 22:22:18 +0300 Subject: [PATCH] add gk7205v300 ultimate profile to building script --- building.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/building.sh b/building.sh index 3166462f..8367a38a 100755 --- a/building.sh +++ b/building.sh @@ -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.. #