pqtools: added gk7205v200/300 (#273)

* added gk7205v200v300

* change links to widgetii repo
pull/274/head
cronyx 2022-07-22 15:31:40 +03:00 committed by GitHub
parent bef70325ae
commit 72e5f03bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# OpenIPC.org | v.20210904
# OpenIPC.org | v.20220722
#
set -e
@ -13,8 +13,16 @@ prepare() {
hi3516ev200 | hi3516ev300 | hi3516dv200 | hi3518ev300)
echo -e "\n\e[1;31mA supported processor with ${mpp} was found...\e[0m\n"
ittb_url="https://raw.githubusercontent.com/widgetii/pqtools/master/hi3516ev300/ittb_ev300_V1.0.1.2.tgz"
ittb_folder="ittb_ev300_V1.0.1.2"
echo -e "\n\e[1;31mDownload PQTools from https://github.com/widgetii/pqtools/raw/master/hi3516ev300/PQTools.tgz\e[0m\n"
ittb_url="https://raw.githubusercontent.com/widgetii/pqtools/master/hi3516ev300/ittb_V1.0.1.2.tgz"
ittb_folder="ittb_V1.0.1.2"
;;
gk7205v200 | gk7205v300)
echo -e "\n\e[1;31mA supported processor with unknown MPP was found...\e[0m\n"
echo -e "\n\e[1;31mDownload PQTools from https://github.com/widgetii/pqtools/raw/master/gk7205v200/PQTools.tgz\e[0m\n"
ittb_url="https://raw.githubusercontent.com/widgetii/pqtools/master/gk7205v200/ittb_V1.0.2.0.tgz"
ittb_folder="ittb_V1.0.2.0"
;;
*)