RUT200 & 07.22.1 update - Mosquitto-client-ssl

I used to run this (found it on this site years ago!) script after a firmware upgrade:

1. ssh root@192.168.8.1
2. opkg -e /etc/opkg/openwrt/distfeeds.conf update
3. opkg -e /etc/opkg/openwrt/distfeeds.conf install mosquitto-client-ssl
4. opkg -e /etc/opkg/openwrt/distfeeds.conf install nano
4.b sed -i’’ ‘/export ENV=\/etc\/shinit/a export TERMINFO=\/usr\/local\/usr\/share\/terminfo’ /etc/profile

This time its not working. Nano I can do without but I do need mosquitto_pub!
My suspicion is this old /etc/opkg/openwrt/distfeeds.conf.

root@RUT200:~# cat /etc/opkg/openwrt/distfeeds.conf
src/gz openwrt_core Index of /releases/21.02.0/targets/ramips/mt76x8/packages/
src/gz openwrt_base Index of /releases/21.02.0/packages/mipsel_24kc/base/
src/gz openwrt_vuci https://downloads.openwrt.org/releases/21.02.0/packages/mipsel_24kc/vuci

Can anyone point to the correct way to install the mosquiitto-client-ssl package?

Regards, Martin

Hit the same issue on RUT956 with firmware 7.22/7.23 (installing rsync). Adding my notes here as it looks this is impacting a few users.

Compared /etc/opkg/openwrt/distfeeds.conf with the 7.21 release and noted that https://downloads.openwrt.org/releases/21.02.0/packages/mipsel_24kc/packages had been removed (along with mipsel_24kc/luci). I adding this line into distfeeds.conf on 7.22 and this resolved the issue (note that the URL may differ depending upon the router CPU).

I suspect that this was an unintentional change (cannot see anything relevant in the release notes) however it’s also possible that re-adding the feed will create issues.

Hi,

Thanks for the info. Before I try that, do you have an opinion on this?
If I hover over the MQTT package, I see this. Do you know if that is referinhg to mosquitto_pub & mosquitto_sub?

Regards, M