router, ap1 and ap2 upgraded from 24.10.1 to 24.10.2
Detailed process
ap1 and ap2 flashed with openwrt-24.10.2-ath79-generic-tplink_archer-a7-v5-squashfs-sysupgrade.bin, keeping settings and retaining the current configuration.
root@ap2:~# opkg update
root@ap2:~# opkg remove dnsmasq odhcp6c odhcpd-ipv6only
root@ap2:~# opkg install acme acme-acmesh acme-acmesh-dnsapi ca-certificates openssl-util rsync sed wget-ssl
root@ap2:~# rm /etc/config/acme-opkg
root@ap2:~# reboot
router flashed with openwrt-24.10.2-ipq806x-generic-tplink_c2600-squashfs-sysupgrade.bin , keeping settings and retaining the current configuration.
root@router:~# opkg update
root@router:~# opkg install 6in4 acme acme-acmesh acme-acmesh-dnsapi ca-certificates ddns-scripts ddns-scripts-services haproxy luci-app-acme luci-app-ddns luci-app-uhttpd openssl-util rsync sed socat terminfo wget-ssl
root@router:~# rm /etc/config/acme-opkg /etc/config/ddns-opkg /etc/haproxy.cfg-opkg
root@router:~# reboot
Will do.