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
# Login into router using SSH and execute listed commands (AT OWN RISK!). | |
# To apply the settings on boot, copy + paste the same settings in init-start. | |
# Backup current settings | |
nvram dump > dump.txt | |
# Set country + TX-power | |
# ref: https://www.snbforums.com/threads/384-18_alpha-builds-testing-all-variants.63954/page-23#post-592739 | |
nvram set 0:ccode=ALL | |
nvram set 0:regrev=0 |