SwizItalo
Occasional Visitor
Hello, i'm a newbie here.
My router with Merlin have a problem that sometimes radio may turn off after power loss.
So i need a script to force radio on when starts.
What i did is modify /jffs/scripts/services-start
This is not working.
Could someone point me to the right direction?
My router with Merlin have a problem that sometimes radio may turn off after power loss.
So i need a script to force radio on when starts.
What i did is modify /jffs/scripts/services-start
Code:
#!/bin/sh
sleep 20
nvram set wl0_radio=1
nvram set wl1_radio=1
service restart_wireless
This is not working.
Could someone point me to the right direction?