Created
January 7, 2016 14:52
-
-
Save katallaxie/6013dada2897cc603487 to your computer and use it in GitHub Desktop.
Rebootable and faster OpenWRT on RouterBoard RB2011
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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