jacklul / asuswrt-scripts

Collection of scripts that can run on stock Asus routers (also on Merlin's firmware and forks)
MIT License
47 stars 11 forks source link

Ability to disable hardcoded hidden network #8

Closed akballow closed 1 month ago

akballow commented 1 month ago

My stock XD5 router in AP mode still broadcasts the AImesh backhual with a hidden network using wl1_vifs=wl1.4

In my asus merlin firmware i put a nvram set wl1_vifs= in the bootup scripts and it solved the issue.

I am curious if one of the scripts you mention can give me the ability to override the nvram setting during boot vs post boot which i think is already too late.

Thanks everything is written in detail in the readme it makes it easy to explore options.

jacklul commented 1 month ago

None of my scripts have this ability, they were mostly designed for the stock firmware so they assume they are gonna be executed long after boot

This might be helpful: https://github.com/RMerl/asuswrt-merlin.ng/wiki/User-scripts

akballow commented 1 month ago

Makes sense thank you