Merge pull request #580 from wigyori/cc-libpcap
[15.05/openwrt.git] / target / linux / ramips / base-files / etc / board.d / 02_network
index 6affe9f..a78912d 100755 (executable)
@@ -45,6 +45,8 @@ ramips_setup_interfaces()
 
        3g150b | \
        3g300m | \
+       linkits7688 | \
+       linkits7688d | \
        microwrt | \
        w150m | \
        zte-q7 | \
@@ -111,7 +113,8 @@ ramips_setup_interfaces()
                ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t"
                ;;
 
-       cf-wr800n)
+       cf-wr800n|\
+       ex2700)
                ucidef_set_interface_lan "eth0.1"
                ucidef_add_switch "switch0" "1" "1"
                ucidef_add_switch_vlan "switch0" "1" "4 6t"
@@ -143,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"
@@ -377,6 +381,11 @@ ramips_setup_macs()
                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)