opkg: none

This commit is contained in:
Gerhard Hoffmann 2024-07-08 13:35:33 +02:00
parent cc4c1c814e
commit cd4a0905d3

View File

@ -4,15 +4,15 @@
# opkg-commands added to this file will be executed by ATBUpdateTool. # opkg-commands added to this file will be executed by ATBUpdateTool.
############################################################################### ###############################################################################
## ##
opkg update # opkg update
opkg install prepare-update # opkg install prepare-update
# download packages # download packages
opkg --cache /var/cache/opkg --download-only upgrade tariff-config-281 # opkg --cache /var/cache/opkg --download-only upgrade tariff-config-281
opkg --cache /var/cache/opkg --download-only upgrade libmobilisis-calc2 # opkg --cache /var/cache/opkg --download-only upgrade libmobilisis-calc2
opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-calculateprice-mobilisis # opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-calculateprice-mobilisis
opkg --cache /var/cache/opkg --download-only upgrade atbqt # opkg --cache /var/cache/opkg --download-only upgrade atbqt
# install packages # install packages
opkg --cache /var/cache/opkg upgrade tariff-config-281 # opkg --cache /var/cache/opkg upgrade tariff-config-281
opkg --cache /var/cache/opkg upgrade libmobilisis-calc2 # opkg --cache /var/cache/opkg upgrade libmobilisis-calc2
opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis # opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis
opkg --cache /var/cache/opkg upgrade atbqt # opkg --cache /var/cache/opkg upgrade atbqt