Skip to content

Instantly share code, notes, and snippets.

@pwelch
Created February 9, 2012 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pwelch/1780324 to your computer and use it in GitHub Desktop.
Save pwelch/1780324 to your computer and use it in GitHub Desktop.
DD-WRT Cron job for WLAN
# Turn DD-WRT wireless radio on for business hours only. Verify wireless interface for your router model.
# Place in WebUI > Administration > Management > Cron
0 18 * * 1,2,3,4,5 root wl -i eth1 radio off
0 6 * * 1,2,3,4,5 root wl -i eth1 radio on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment