Netgear WAX620 reverts to stock firmware

I have installed OpenWrt per the instructions on a WAX620, which installs as the backup software on the device. Any time the unit loses power it reverts to the primary netgear software (it’s back up by a UPS, not sure why it lost power/reverted this last time).

Is there any way to prevent his behavior? It’s not the end of the world, just mildly annoying.

What is in fw_printenv ?
Can you just reboot few times and check it again if somehow boot fail count increments?

Add the following line to /etc/rc.local so that it resets the counter on every reboot and doesn't revert to stock firmware after five reboots.

# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
fw_setenv boot_count 0
exit 0
1 Like

Thank you both for your replies, i should have time tonight or tomorrow to impliment