Discontinued. Please go to https://github.com/RMerl/asuswrt-merlin . Custom firmware for Asus RT-N66U based on asus sources. Started by Eric/RMerlin @ www.lostrealm.ca . There are 3 branches. master -> Asus stock, merlin -> RMerlin/Eric's builds, shantz -> Shantanu Goel's builds.
Other
18
stars
8
forks
source link
nvram isn't updated to reflect the new radio state when toggled through WPS button #13
radio_toggle() will toggle the state of the radio, but won't update the nvram values associated with radios. We need to update them either inside radio_toggle() (see who else calls this function, in broadcom-api.c) or inside rc.
radio_toggle() will toggle the state of the radio, but won't update the nvram values associated with radios. We need to update them either inside radio_toggle() (see who else calls this function, in broadcom-api.c) or inside rc.