From 38dd230c8b10ccb6b7444cb5308511dee05a4ead Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 9 Apr 2024 16:23:52 +0200 Subject: [PATCH] Added: opkg upgrade ptu5-systemcontroller --- etc/psa_update/opkg_commands | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index 807f1f1..31182d9 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -8,12 +8,16 @@ opkg update opkg install prepare-update opkg install atbupdatetool opkg install mxt-touch-reset +opkg install atb-dc-libraries +opkg install ptu5-systemcontroller +opkg install atb-modemtools +opkg upgrade ptu5-systemcontroller # opkg remove atb-accountingtool # opkg install atb-accountingtool -opkg --cache /var/cache/opkg --download-only upgrade -opkg --cache /var/cache/opkg upgrade +#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 +# opkg info apism +# opkg info atbqt +# opkg info atbupdatetool