From 6e756202d7a63c6e7ce04b9232d8f8930a33da1e Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 19 Dec 2023 11:56:39 +0100 Subject: [PATCH] use opkg_commands file as used in schoenau (00332) --- etc/psa_update/opkg_commands | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index dd38db1..13c1190 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -3,19 +3,18 @@ ############################################################################### # opkg-commands added to this file will be executed by ATBUpdateTool. ############################################################################### -# opkg prefix will be added inside evaluating script -# -opkg info ptu5-gitinstaller +# opkg info atbqt opkg info atbupdatetool opkg update -#opkg install ptu5-gitinstaller +opkg install prepare-update opkg install atbupdatetool -opkg install yogurt-version -opkg install ptu5-atb-apinfo -opkg install apism -opkg install ptu5-systemcontroller -opkg install atbqt -opkg info ptu5-gitinstaller +# 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 info apism opkg info atbqt opkg info atbupdatetool