From 77b1a77a4d4acaa0d52a67a0ca52c24161503a87 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Mon, 27 Jan 2025 09:55:47 +0100 Subject: [PATCH] Deaktivate sofware-update --- etc/psa_update/opkg_commands | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index ba11ba6..ce9d69b 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -4,13 +4,13 @@ # 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-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-dc-libraries +#opkg --cache /var/cache/opkg upgrade atb-plugin-dc +#opkg --cache /var/cache/opkg upgrade atbqt