hello,
just recompiled r34964 for a dlink dir 615 h1, default /etc/config/network 
doesnt have wan and it works only after adding wan section and the switch 
config as below:

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 ifname 'eth0.1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option macaddr '00:0c:43:44:62:ed'

config interface 'wan'
        option ifname 'eth0.2'
        option proto 'pppoe'
        option  username 'USERNAME'
        option  password 'PASSWORD'
        option  ipv6 '1'

config switch
        option name rt305x
        option reset 1
        option enable_vlan 1

config switch_vlan
        option device rt305x
        option vlan 1
        option ports '0 1 2 3 6t'

config switch_vlan
        option device rt305x
        option vlan 2
        option ports '4 6t'

Also the wifi seems sometimes to not start after reboot, only if i run "wifi" 
manually with this config:

config wifi-device  radio0
        option type     mac80211
        option channel  6
        option hwmode   11ng
        option path     'platform/rt2800_wmac.0'
        option htmode   HT20
        list ht_capab   GF
        list ht_capab   SHORT-GI-20
        list ht_capab   SHORT-GI-40
        list ht_capab   TX-STBC
        list ht_capab   RX-STBC12
        # REMOVE THIS LINE TO ENABLE WIFI:
        option disabled 0

config wifi-iface
        option device   radio0
        option network  lan
        option mode     ap
        option ssid     dir615h1
        option encryption none

if both these are fixed the router seems to work okay, wireless is fine (28 
Mbit/sec download, 34 Mbit/sec upload) the lan part i have yet to test.

thanks !
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to