Skip to content

Instantly share code, notes, and snippets.

@burningTyger
Forked from pwelch/ddwrt_wlan_cron
Created December 30, 2013 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save burningTyger/8179740 to your computer and use it in GitHub Desktop.
Save burningTyger/8179740 to your computer and use it in GitHub Desktop.
# 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