From 8eb6eb2db8d4a6ccdd940f61f45302b565fb88a6 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Wed, 27 Sep 2023 09:50:36 +0200 Subject: [PATCH] Upate test: opkg with cachedir --- etc/psa_update/opkg_commands | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index 9af24ad..f110065 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -5,10 +5,11 @@ ############################################################################### # opkg prefix will be added inside evaluating script # +# opkg info atbqt opkg info atbupdatetool opkg update -opkg --download-only upgrade -opkg upgrade +opkg --cache /var/cache/opkg --download-only upgrade +opkg --cache /var/cache/opkg upgrade opkg info atbqt opkg info atbupdatetool