Used Imagebuilder
to custom upgrade my WRT1900aCS-V2 from 23.05.5 without keeping settings (as usual for me): many thanks to all the devs!
So far, only a couple of issues.
First issue, sending email using msmtp
no longer works; the test command from CLI echo -e "Subject: Test Email\n\nThis is a test email" | msmtp myemail@myemail.com
gives:
msmtp: TLS handshake failed: The encryption algorithm is not supported.
msmtp: could not send mail (account default from /etc/msmtprc)
Double checked all the settings and files vs 23.05.5, and the only difference I found is that 23.05.5 had msmtp - 1.8.25-1
while current 24.10.0 has msmtp 1.8.26-r1
.
The same CLI test performed using my Linux Mint PC having the same msmtprc
settings works without problems.
Second issue with [SOLVED] Running .sh script in LuCi : the /usr/lib/lua/luci/controller/my_page.lua
script no longer produces the My Page menu entry.