Skip to content

Instantly share code, notes, and snippets.

@katallaxie
Created January 7, 2016 14:52
Show Gist options
  • Save katallaxie/6013dada2897cc603487 to your computer and use it in GitHub Desktop.
Save katallaxie/6013dada2897cc603487 to your computer and use it in GitHub Desktop.
Rebootable and faster OpenWRT on RouterBoard RB2011
# reboot
rbcfg set boot_device nand
rbcfg set boot_protocol dhcp
rbcfg set booter backup
# and to be fast
rbcfg set cpu_mode regular
# have it applied
rbcfg apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment