From 8b5f3104644b8e484910113fdc7e48b712ddeb87 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 29 Jun 2023 14:30:39 +0200 Subject: [PATCH] Provide opkg commands for zone2 --- etc/psa_update/opkg_commands | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index 9e942b4..27ddac2 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -1,28 +1,12 @@ -# opkg prefix will be added inside evaluating script +############################################################################### +# NOTE # -# package manipulation commands without package: -# update, upgrade, clean +# opkg-commands added to this file will be executed by ATBUpdateTool. +############################################################################### # -# informational commands without package: -# list, list-installed, list-upgradable -# -# ptu5-atb-apinfo -# ptu5-scripts -# ptu5-atb-apinfo -# atb-plugin-calculateprice-prm -# atb-plugin-cc-tcpzvt -# atbqt -# list-installed -# --force-reinstall install ptu5-atb-apinfo -# --force-reinstall install atbqt -# update - +opkg info ptu5-gitinstaller +opkg info atbqt opkg update -opkg --noaction install atbqt +opkg install ptu5-gitinstaller opkg install atbqt - - -# -# -# - +opkg info atbqt