Merge pull request #580 from wigyori/cc-libpcap
[15.05/openwrt.git] / target / linux / ramips / base-files / etc / board.d / 02_network
index d4ec19d..a78912d 100755 (executable)
@@ -45,6 +45,9 @@ ramips_setup_interfaces()
 
        3g150b | \
        3g300m | \
+       linkits7688 | \
+       linkits7688d | \
+       microwrt | \
        w150m | \
        zte-q7 | \
        all0256n | \
@@ -52,6 +55,7 @@ ramips_setup_interfaces()
        all5003 | \
        broadway | \
        dcs-930| \
+       dcs-930l-b1| \
        ht-tm02| \
        ncs601w | \
        wnce2001)
@@ -60,7 +64,8 @@ ramips_setup_interfaces()
                ;;
 
        3g-6200nl | \
-       mlw221)
+       mlw221 | \
+       mr-102n)
                ucidef_set_interface_lan "eth0.2"
                ;;
        mlwg2)
@@ -101,12 +106,20 @@ ramips_setup_interfaces()
                ucidef_add_switch_vlan "switch0" "2" "0 9t"
                ;;
 
+        re6500 | \
        asl26555)
                ucidef_set_interface_lan "eth0.1"
                ucidef_add_switch "switch0" "1" "1"
                ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t"
                ;;
 
+       cf-wr800n|\
+       ex2700)
+               ucidef_set_interface_lan "eth0.1"
+               ucidef_add_switch "switch0" "1" "1"
+               ucidef_add_switch_vlan "switch0" "1" "4 6t"
+               ;;
+
        cy-swr1100)
                ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
                ucidef_add_switch "switch0" "1" "1"
@@ -121,6 +134,7 @@ ramips_setup_interfaces()
        dir-320-b1 | \
        dir-615-h1 | \
        firewrt | \
+       pbr-m1 | \
        hlk-rm04 | \
        mt7621 | \
        mt7628 | \
@@ -132,7 +146,8 @@ ramips_setup_interfaces()
        wsr-1166 | \
        wt1520 | \
        xiaomi-miwifi-mini |\
-       y1)
+       y1|\
+       zbt-wg2626)
                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"
@@ -145,7 +160,12 @@ ramips_setup_interfaces()
                ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t"
                ucidef_add_switch_vlan "switch0" "2" "5 6t"
                ;;
-
+       wizfi630a)
+               ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+               ucidef_add_switch "switch0" "1" "1"
+               ucidef_add_switch_vlan "switch0" "1" "1 2 6t"
+               ucidef_add_switch_vlan "switch0" "2" "0 6t"
+               ;;
        awm002-evb | \
        awm003-evb | \
        argus-atp52b | \
@@ -348,15 +368,24 @@ ramips_setup_macs()
                wan_mac=$(mtd_get_mac_binary factory 46)
                ;;
 
-       wsr-600)
+       wsr-600|whr-300hp2|whr-600d|whr-1166d)
                wan_mac=$(mtd_get_mac_binary factory 4)
                lan_mac=$wan_mac
                ;;
+       wizfi630a)
+               lan_mac=$(mtd_get_mac_binary factory 4)
+               wan_mac=$(mtd_get_mac_binary factory 40)
+               ;;
        wsr-1166)
                local index="$(find_mtd_index "board_data")"
                wan_mac="$(grep -m1 mac= "/dev/mtd${index}" | cut -d= -f2)"
                lan_mac=$wan_mac
                ;;
+       linkits7688 | \
+       linkits7688d)
+               wan_mac=$(mtd_get_mac_binary factory 4)
+               lan_mac=$(mtd_get_mac_binary factory 46)
+               ;;
        *)
                lan_mac=$(cat /sys/class/net/eth0/address)
                wan_mac=$(macaddr_add "$lan_mac" 1)