-
-
Save Linden1/f1446d791353bc407added19e1aad97e to your computer and use it in GitHub Desktop.
RT-AX88U Merlin 3004.388.6_2
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
#!/bin/sh | |
# Allow all channels | |
nvram set location_code=#a | |
nvram set 0:ccode=#a | |
nvram set 0:regrev=0 | |
nvram set 1:ccode=#a | |
nvram set 1:regrev=0 | |
nvram set territory_code=CN/02 | |
nvram set wl_country_code=#a | |
nvram set wl_reg_mode=h | |
nvram set wl0_chlist="1 2 3 4 5 6 7 8 9 10 11 12 13" | |
nvram set wl0_country_code=#a | |
nvram set wl0_country_rev=0 | |
nvram set wl0_reg_mode=h | |
nvram set wl1_chlist="36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165" | |
nvram set wl1_country_code=#a | |
nvram set wl1_country_rev=0 | |
nvram set wl1_reg_mode=h | |
nvram set acs_unii4=1 | |
nvram set wl_acs_excl_chans_dfs= | |
nvram set wl_acs_excl_chans= | |
nvram set wl0_acs_dfs=1 | |
nvram set wl0_acs_excl_chans_base= | |
nvram set wl0_acs_excl_chans= | |
nvram set wl1_acs_dfs=1 | |
nvram set wl1_acs_excl_chans_base= | |
nvram set wl1_acs_excl_chans= | |
# Channel selection | |
# nvram set wl0_chanspec=0 # auto select | |
# nvram set wl1_chanspec=149/80 | |
# nvram set wl_chanspec=0 | |
# nvram set wl0_sel_channel=14/20 # force 2.4GHz channel | |
nvram set wl1_sel_channel=149/80 # force 5GHz channel | |
# Set TX-Power (risky!) | |
nvram set 1:maxp2ga0=120 #0x6E | |
nvram set 1:maxp2ga1=120 #0x6E | |
nvram set 1:maxp2ga2=120 #0x6E | |
nvram set 1:maxp2ga3=120 #0x6E | |
nvram set 2:maxp5gb0a0=120 #110 | |
nvram set 2:maxp5gb0a1=120 #110 | |
nvram set 2:maxp5gb0a2=120 #110 | |
nvram set 2:maxp5gb0a3=120 #110 | |
nvram set 2:maxp5gb1a0=120 #110 | |
nvram set 2:maxp5gb1a1=120 #110 | |
nvram set 2:maxp5gb1a2=120 #110 | |
nvram set 2:maxp5gb1a3=120 #110 | |
nvram set 2:maxp5gb2a0=120 #110 | |
nvram set 2:maxp5gb2a1=120 #110 | |
nvram set 2:maxp5gb2a2=120 #110 | |
nvram set 2:maxp5gb2a3=120 #110 | |
nvram set 2:maxp5gb3a0=120 #110 | |
nvram set 2:maxp5gb3a1=120 #110 | |
nvram set 2:maxp5gb3a2=120 #110 | |
nvram set 2:maxp5gb3a3=120 #110 | |
nvram set 2:maxp5gb4a0=120 #110 | |
nvram set 2:maxp5gb4a1=120 #110 | |
nvram set 2:maxp5gb4a2=120 #110 | |
nvram set 2:maxp5gb4a3=120 #110 | |
nvram set wl0_txpower=500 #500 | |
nvram set wl1_txpower=500 #500 | |
nvram set wl_txpower=500 #500 | |
# Commit changes | |
nvram commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment