Hello,
I’m currently running 3.7.2 and would like to upgrade to 3.8.6, is there a way to do this easily? I tried going to 3.9, and had tons of issues, so I’d prefer to go to a later stable release than the bleeding edge.
Thanks
Hello,
I’m currently running 3.7.2 and would like to upgrade to 3.8.6, is there a way to do this easily? I tried going to 3.9, and had tons of issues, so I’d prefer to go to a later stable release than the bleeding edge.
Thanks
Look on
/etc/opkg/distfeeds.conf
and try something like
src/gz omnia_base https://repo.turris.cz/archive/omnia/3.8.6/packages//base
src/gz omnia_hardware https://repo.turris.cz/archive/omnia/3.8.6/packages//hardware
src/gz omnia_lucics https://repo.turris.cz/archive/omnia/3.8.6/packages//lucics
src/gz omnia_management https://repo.turris.cz/archive/omnia/3.8.6/packages//management
src/gz omnia_openwisp https://repo.turris.cz/archive/omnia/3.8.6/packages//openwisp
src/gz omnia_packages https://repo.turris.cz/archive/omnia/3.8.6/packages//packages
src/gz omnia_php https://repo.turris.cz/archive/omnia/3.8.6/packages//php
src/gz omnia_printing https://repo.turris.cz/archive/omnia/3.8.6/packages//printing
src/gz omnia_routing https://repo.turris.cz/archive/omnia/3.8.6/packages//routing
src/gz omnia_telephony https://repo.turris.cz/archive/omnia/3.8.6/packages//telephony
src/gz omnia_turrispackages https://repo.turris.cz/archive/omnia/3.8.6/packages//turrispackages
then
opkg update
For opkg it should be it, and I guess also updater should acting according to this.