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
