From ce1583bfd4a21f9daa43c77e38cb38e74f709b90 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Thu, 5 Oct 2023 17:26:52 +0200 Subject: [PATCH 1/2] OPKG: install package prepare-update --- etc/psa_update/opkg_commands | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index 8a240cd..492adcc 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -5,11 +5,12 @@ ############################################################################### # opkg prefix will be added inside evaluating script # -# update test 05.10.2023 Test +# update test 06.10.2023 # 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 atbqt From c1a3eec298b7a0a6752452edb8a5b0f0ef924f92 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Fri, 6 Oct 2023 11:26:50 +0200 Subject: [PATCH 2/2] OPKG: remove / reinstall atb-accountingtool --- etc/psa_update/opkg_commands | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index 492adcc..f5cb689 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -5,12 +5,14 @@ ############################################################################### # opkg prefix will be added inside evaluating script # -# update test 06.10.2023 +# update test 06.10.2023 II # opkg info atbqt opkg info atbupdatetool opkg update opkg install prepare-update +opkg remove atb-accountingtool +opkg install atb-accountingtool opkg --cache /var/cache/opkg --download-only upgrade opkg --cache /var/cache/opkg upgrade opkg info atbqt