OK I have a question for the big frogs in charge of the OpenWRT project or anybody else for that matter.
Why did you choose 192.168.1.1/24 as the default ipv4 address after a total reset or a new flash?
This 192.168.1.1 address is the default subnet NAT DHCP router address on many many private lans (including mine) so when you are trying to configure the new OpenWRT router and you put it on your LAN using the Ethernet port, you have an instant address conflict.
The only way I can work around this is to connect the reset OpenWRT router directly to the Ethernet port on a computer, then manually configure the Ethernet port to another address in the same subnet (e.g. 192.168.1.77) so I can talk to the new router and set it up. Of course the first thing I do is manually set up the ip address of the new router to 192.168.1.77 then I can plug it into my lan and set it up properly. This is a big and needless pain in the ass IMHO. Also for novice users this is somewhat challenging.
Why can't OpenWRT just pick another initial default address like 192.168.1.77 to avoid this issue when resetting or in the failsafe mode?