From cd4a0905d3122abc1292ce43cefcec84832ad700 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 8 Jul 2024 13:35:33 +0200 Subject: [PATCH] opkg: none --- etc/psa_update/opkg_commands | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index c9c26dc..9cd2cc9 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -4,15 +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 # download packages -opkg --cache /var/cache/opkg --download-only upgrade tariff-config-281 -opkg --cache /var/cache/opkg --download-only upgrade libmobilisis-calc2 -opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-calculateprice-mobilisis -opkg --cache /var/cache/opkg --download-only upgrade atbqt +# opkg --cache /var/cache/opkg --download-only upgrade tariff-config-281 +# opkg --cache /var/cache/opkg --download-only upgrade libmobilisis-calc2 +# opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-calculateprice-mobilisis +# opkg --cache /var/cache/opkg --download-only upgrade atbqt # install packages -opkg --cache /var/cache/opkg upgrade tariff-config-281 -opkg --cache /var/cache/opkg upgrade libmobilisis-calc2 -opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis -opkg --cache /var/cache/opkg upgrade atbqt +# opkg --cache /var/cache/opkg upgrade tariff-config-281 +# opkg --cache /var/cache/opkg upgrade libmobilisis-calc2 +# opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis +# opkg --cache /var/cache/opkg upgrade atbqt