From 6fc9a78243b2b77b896827f2f8015c65fbf4aebc Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 18 Jan 2024 15:12:01 +0100 Subject: [PATCH] Use opkg_commnds file as for 714 (korneuburg) --- etc/psa_update/opkg_commands | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index e69de29..807f1f1 100644 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -0,0 +1,19 @@ +############################################################################### +# !!! NOTE !!! +############################################################################### +# opkg-commands added to this file will be executed by 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 info apism +opkg info atbqt +opkg info atbupdatetool