Hi all!
I have some problems in uping interfaces & uping bridges!
Use:
Not last openwrt trunk, alix2c board + 2 mini pci Ubiquiti cards installed

root@kamikaze:~# cat /etc/config/network

config interface loopback
        option ifname   "lo"
        option proto    static
        option ipaddr   127.0.0.1
        option netmask  255.0.0.0

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

config interface vlan
        option ifname   "eth0.2"
        option proto    static
        option proto    static

config interface vlan
        option ifname   "ath0"
        option proto    static
        option type     bridge

config interface vlan
        option ifname   "ath0"
        option proto    static
        option type     bridge

etc/config/wireless:

config wifi-device  wifi0
        option type     atheros
        option channel  5
        #option disabled 1

config wifi-iface
        option  device          ath0
        option network          vlan
        option  mode            ap
        option  ssid            OpenWRT
        option  encryption      none

config wifi-device  wifi1
        option type     atheros
        option channel  5
        #option disabled 1

config wifi-iface
        option  device          ath1
        option network          vlan
        option  mode            ap
        option  ssid            OpenWRT
        option  encryption      none

when i start up with this config i've got bridge with ath0 & ath1 including,
but no eth0.3 upped & added
manual addition eth0.3 in bridge sucessfull, may be in something with network.sh?

Thanx!