From 0dd35a65a7706538ceae0e8a1fa5bf1043024e0a Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 6 Dec 2023 11:08:56 +0100 Subject: [PATCH] Add standard opkgcommnds-file --- etc/psa_update/opkg_commands | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 etc/psa_update/opkg_commands diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands new file mode 100755 index 0000000..13c1190 --- /dev/null +++ b/etc/psa_update/opkg_commands @@ -0,0 +1,20 @@ +############################################################################### +# !!! 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 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