From 9ca4747358d189a7aa99bc3783ef71607db21462 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 2 May 2024 10:11:39 +0200 Subject: [PATCH] Provide dummy opkg-file --- etc/psa_update/opkg_commands | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index e69de29..3c81da9 100644 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -0,0 +1,21 @@ +############################################################################### +# !!! NOTE !!! +############################################################################### +# 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 libmobilisis-calc2 +# opkg install atbupdatetool +# 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