From 59fb165384b8ef7a912fbaaa00bf22e3ccc148b2 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Wed, 3 Jul 2024 09:04:04 +0200 Subject: [PATCH] opkg install release 2024-06-18 --- etc/psa_update/opkg_commands | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index 7e3564b..ba11ba6 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -4,12 +4,13 @@ # opkg-commands added to this file will be executed by ATBUpdateTool. ############################################################################### # -opkg info atbqt -opkg info atbupdatetool opkg update opkg install prepare-update -opkg --cache /var/cache/opkg --download-only upgrade -opkg --cache /var/cache/opkg upgrade -opkg info apism -opkg info atbqt -opkg info atbupdatetool +# +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