From b787f7bf77bb92c1c0ab7695b43036b5eaea6086 Mon Sep 17 00:00:00 2001 From: Signor Pellegrino <68112357+flyrouter@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:08:15 +0300 Subject: [PATCH] Update pqtools (#1568) --- general/overlay/usr/sbin/pqtools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general/overlay/usr/sbin/pqtools b/general/overlay/usr/sbin/pqtools index d0cec5ab..8a7e8e17 100755 --- a/general/overlay/usr/sbin/pqtools +++ b/general/overlay/usr/sbin/pqtools @@ -1,6 +1,6 @@ #!/bin/sh # -# OpenIPC.org | v.20220722 +# OpenIPC.org | v.20241008 # set -e @@ -18,7 +18,7 @@ prepare() { ittb_folder="ittb_V1.0.1.2" ;; - gk7205v200 | gk7205v300) + gk7205v200 | gk7205v210 | 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"