mirror of https://github.com/OpenIPC/firmware.git
Add gk7205v300 to building.sh
parent
614a40a360
commit
c74814f531
|
@ -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..
|
||||
#
|
||||
#######
|
||||
|
|
Loading…
Reference in New Issue