Provide files for installation

This commit is contained in:
2024-07-18 09:03:28 +02:00
parent aae4debe2c
commit 78d7d59a39
13 changed files with 338 additions and 0 deletions

16
etc/psa_update/opkg_commands Executable file
View File

@@ -0,0 +1,16 @@
###############################################################################
# !!! NOTE !!!
###############################################################################
# opkg-commands added to this file will be executed by ATBUpdateTool.
###############################################################################
#
# opkg update
# opkg install prepare-update
#
opkg --cache /var/cache/opkg --download-only upgrade atb-dc-libraries
opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-dc
opkg --cache /var/cache/opkg --download-only upgrade atbqt
#
opkg --cache /var/cache/opkg upgrade atb-dc-libraries
opkg --cache /var/cache/opkg upgrade atb-plugin-dc
opkg --cache /var/cache/opkg upgrade atbqt