From 2b10c350bfb3e0d56a230e9e60dac055c340a9a1 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 13 Oct 2023 12:44:58 +0200 Subject: [PATCH] Install atbupdatetool without removing/installing apism. Do not upgrade in order to skip a possible timeout. --- etc/psa_update/opkg_commands | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index 30b46c1..a1f6f74 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -12,11 +12,12 @@ opkg info atbupdatetool opkg update opkg install prepare-update opkg install atbupdatetool -opkg remove atb-accountingtool -opkg install atb-accountingtool -opkg --cache /var/cache/opkg --download-only upgrade -opkg --cache /var/cache/opkg upgrade -opkg remove apism -opkg install apism +# opkg remove atb-accountingtool +# opkg install atb-accountingtool +# opkg --cache /var/cache/opkg --download-only upgrade +# opkg --cache /var/cache/opkg upgrade +# opkg remove apism +# opkg install apism +opkg info apism opkg info atbqt opkg info atbupdatetool