I searched on internet and most of the examples for this router in /etc/config/network are
#### VLAN configuration
config switch eth0
option vlan0 "0 1 2 3 5*"
option vlan1 "4 5".......
#### LAN configuration
config interface lan
option type bridge
option ifname "eth0.0"
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
.........
My question is about the LAN, why the bridge includes only eth0.0? Shouldn't it include wl0(the wireless) as part of the bridge? Thanks