If you don't use the WiFi in FreshTomato, you can simply unload it. It will release a bit of resources and it will (temporarily) hide all the WiFi section in the GUI.
To do this in GIU:
1. Go to Tools > System Commands
2. Type in
3. Click on Execute
That's it! This will unload the WiFi and remove the sections from the GUI until the next reboot.
BTW, you can check which modules are loaded by typing
If you prefer...
If don't use WiFi in FreshTomato, you can use "modprobe -r wl" to unload it completely
To do this in GIU:
1. Go to Tools > System Commands
2. Type in
modprobe -r wl
3. Click on Execute
That's it! This will unload the WiFi and remove the sections from the GUI until the next reboot.
BTW, you can check which modules are loaded by typing
lsmod
and clicking on Execute.If you prefer...
If don't use WiFi in FreshTomato, you can use "modprobe -r wl" to unload it completely