customer_999/etc/psa_update/opkg_commands

15 lines
596 B
Plaintext
Raw Normal View History

2023-07-25 09:24:08 +02:00
###############################################################################
# !!! NOTE !!!
###############################################################################
# opkg-commands added to this file will be executed by ATBUpdateTool.
###############################################################################
# opkg prefix will be added inside evaluating script
2023-09-28 11:25:36 +02:00
opkg info atbqt
2023-10-04 10:44:18 +02:00
opkg info atbupdatetool
opkg update
opkg --cache /var/cache/opkg --download-only upgrade
opkg --cache /var/cache/opkg upgrade
opkg info atbqt
opkg info atbupdatetool
2023-10-04 11:00:29 +02:00