From 50367175175b1515caa9e181c8475fa8aa9adb30 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 24 Jan 2024 14:50:14 +0100 Subject: [PATCH] On not upgrade, but install packages only with direct commands. opkg update opkg install prepare-update opkg install atbupdatetool opkg install mxt-touch-reset opkg install apism opkg info apism opkg info atbupdatetool --- etc/psa_update/opkg_commands | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index a7c6d59..761de0b 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -4,18 +4,10 @@ # opkg-commands added to this file will be executed by ATBUpdateTool. ############################################################################### # -# opkg info atbqt -# opkg info atbupdatetool opkg update opkg install prepare-update opkg install atbupdatetool opkg install mxt-touch-reset -# 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 install apism opkg info apism -opkg info atbqt opkg info atbupdatetool