I'm trying to get just one vlan for all 5 lan ports on my wl-500g by using the following /etc/config/network:

config switch eth0
        option vlan0    "0 1 2 3 4 5*"

config interface lan
        option type     bridge
        option ifname   "eth0"
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0

However, the WAN port doesn't seem to work with this config. Is this because there is no programmable switch on this model? If so, am I correct in thinking that eth1 is "hard-coded" somewhere as my WAN port (which means I simply need to bridge eth0 and eth1 together)?

Thanks in advance. Jaime