From 09f7322dd0233cb042ed37a6b4fc136a2beed171 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Wed, 7 Aug 2024 17:16:16 +0200 Subject: [PATCH] Setup opkg-commands --- etc/psa_update/opkg_commands | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index ce9d69b..3907e0a 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -4,13 +4,15 @@ # opkg-commands added to this file will be executed by ATBUpdateTool. ############################################################################### # -#opkg update -#opkg install prepare-update +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 --download-only upgrade atb-plugin-cc-asyncpos +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 +opkg --cache /var/cache/opkg upgrade atb-plugin-cc-asyncpos +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