How to disable br-wlan in Onion Omega Pro 2
-
Hello,
I a trying to disable the wifi-ethernet bridge and only have wifi. In other words I am trying to remove the br in br-wlan such that I can have an wlan0 inet address.
Otherwise, is there a way to find the wlan0 inet address?
Thank you!
-
@Antony to remove the bridging function you can use these commands:
uci set network.wlan.type=''
uci commit network
service network restart
-
Thank you so much.