Does anybody already upgrade openwrt from 24 to 25 ?
I’m asking because I see in release notes:
Bananapi BPI-R4: Interfaces ''eth1'' was renamed to ''sfp-lan'' or ''lan4'', and interface ''eth2'' was renamed to ''sfp-wan'' to match the labels. You have to upgrade without saving the configuration.
As far I understand I have to reset the configuration and reinstall from scratch.
But can I modify files in /etc/ to modify eth2 to SFP-wan without commiting in uci and then upgrade ?
I did. I just renamed eth1 and eth2 in /etc/config/network to sfp-lan and sfp-wan correspondingly. Then add to /etc/config/system line option compat_version '1.1' into system section or you can do it like this `uci set system.@system[0].compat_version='1.1'
uci commit system`
dont reload configuration just upgrade. Everything works properly and i didn’t setup anything else