[ramips] adds support for Edimax BR-6524N
[openwrt/svn-archive/archive.git] / target / linux / ramips / base-files / etc / uci-defaults / network
index 3497e153dc7c340f58c77f825e07669e3ad1ad8c..bbcdf6fde7a9060cb88c9eafa4940bcd254d1a50 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /etc/functions.sh
+. /lib/functions.sh
 . /lib/ramips.sh
 . /lib/functions/uci-defaults.sh
 
@@ -43,7 +43,8 @@ ramips_setup_interfaces()
 
        case $board in
        all0256n | \
-       all5002)
+       all5002 | \
+       broadway)
                ucidef_set_interface_lan "eth0"
                ;;
 
@@ -70,12 +71,20 @@ ramips_setup_interfaces()
                ucidef_add_switch_vlan "switch0" "2" "0 6t"
                ;;
 
+       mzk-w300nh2)
+               ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+               ucidef_add_switch "switch0" "1" "1"
+               ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t"
+               ucidef_add_switch_vlan "switch0" "2" "4 6t"
+               ;;
+
        f5d8235-v1 | \
        f5d8235-v2 | \
        ur-336un)
                ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
                ;;
 
+       br6524n | \
        v11st-fe)
                ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
                ucidef_add_switch "switch0" "1" "1"
@@ -98,6 +107,7 @@ ramips_setup_interfaces()
                ucidef_add_switch_vlan "switch0" "2" "4 8t"
                ;;
 
+       tew-691gr|\
        tew-692gr)
                ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
                ucidef_add_switch "switch0" "1" "1"
@@ -138,9 +148,12 @@ ramips_setup_macs()
                lan_mac=$(ramips_get_mac_binary factory 40)
                ;;
        3g-6200n | \
+       air3gii | \
        argus-atp52b | \
        bc2 | \
+       broadway | \
        f5d8235-v1 | \
+       mzk-w300nh2 | \
        nw718 | \
        psr-680w | \
        rt-n15 | \
@@ -155,6 +168,7 @@ ramips_setup_macs()
                wan_mac=$(/usr/sbin/maccalc add "$lan_mac" 5)
                ;;
 
+       rt-n13u | \
        fonera20n)
                lan_mac=$(ramips_get_mac_binary factory 40)
                wan_mac=$(/usr/sbin/maccalc add "$lan_mac" 1)
@@ -200,6 +214,11 @@ ramips_setup_macs()
                wan_mac=$(ramips_get_mac_binary factory 32772)
                ;;
 
+       tew-691gr)
+               lan_mac=$(ramips_get_mac_binary factory 40)
+               wan_mac=$(/usr/sbin/maccalc add "$lan_mac" 3)
+               ;;
+
        tew-692gr)
                lan_mac=$(ramips_get_mac_binary factory 40)
                wan_mac=$(/usr/sbin/maccalc add "$lan_mac" 4)