Hi. I messed up my /etc/config/network file. Could someone copy/paste their file or link to a working BPI R4 version? thanks
*** so, a few hours later I think I have resolved this be renaming the network file and then creating a new one using /bin/config_generate
So, I guess this is resolved. (??!!??)
Thank you for your quick response, that was perfect!
Blockquote
Reviewing your file, It turns out I screwed up 4 lines:
…
…
config device
option name 'br-wan'
option type 'bridge'
list ports 'lan0'
list ports 'eth2' <==== this was missing in the messed up file
config interface ‘wan’ <==== this was missing in the messed up file
option device 'br-wan' <==== this was missing in the messed up file
option proto 'dhcp' <==== this was missing in the messed up file
…
…
So, and I DO know better, I will always back up an original file before I mess with it, and I’m going to make a system backup.
Again, thanks for providing exactly what I needed!