recreate repo

This commit is contained in:
2023-03-27 16:10:41 +02:00
parent 65efe0c9a9
commit c38e94d289
86 changed files with 644 additions and 0 deletions

28
etc/psa_update/opkg_commands Executable file
View File

@@ -0,0 +1,28 @@
# opkg prefix will be added inside evaluating script
#
# package manipulation commands without package:
# update, upgrade, clean
#
# 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 update
opkg --noaction install atbqt
opkg install atbqt
#
#
#