Add gk7205v300 to building.sh

pull/76/head
Igor Zalatov (from Citadel PC) 2021-12-03 14:31:20 +03:00
parent 614a40a360
commit c74814f531
1 changed files with 7 additions and 2 deletions

View File

@ -68,6 +68,11 @@ gk7205v200() {
fresh && make PLATFORM=goke BOARD=unknown_unknown_${soc}_openipc all && rename
}
gk7205v300() {
soc="gk7205v300"
fresh && make PLATFORM=goke BOARD=unknown_unknown_${soc}_openipc all && rename
}
gk7205v200_uclibc() {
soc="gk7205v200"
fresh && make PLATFORM=goke BOARD=unknown_unknown_${soc}_uclibc all && rename
@ -295,9 +300,9 @@ xm550() {
#######
#
# gk7202v300 # testind..
# gk7205v200 # testind..
# gk7205v200 # OpenIPC
# gk7205v200_uclibc # Dev
# gk7205v300 # testind..
# gk7205v300 # OpenIPC
# gk7605v100 # testind..
#
#######