Created
July 6, 2015 13:36
-
-
Save jiahuang/21346a001f499d00411e to your computer and use it in GitHub Desktop.
openwrt b/g/n settings
This file contains 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
On the terminal: | |
``` | |
uci set wireless.radio0.require_mode=g //把g换到b/n | |
uci commit | |
wifi | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment