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
|