Revert "x86: add support for Mellanox Spectrum SN2000 Switches"
[openwrt/openwrt.git] / target / linux / x86 / base-files / etc / board.d / 02_network
index 094a45f91483b08be1620919b93ac66e2a359e3f..5174906264a6a84e054ff03ce93fba3e3295f883 100644 (file)
@@ -64,6 +64,10 @@ sophos-sg-135r2|sophos-xg-135r2| \
 sophos-sg-135wr2|sophos-xg-135wr2)
        ucidef_set_interfaces_lan_wan "eth0 eth2 eth3 eth4 eth5 eth6 eth7" "eth1"
        ;;
+sophos-sg-135r3|sophos-xg-135r3| \
+sophos-sg-135wr3|sophos-xg-135wr3)
+       ucidef_set_interfaces_lan_wan "eth0 eth1 eth2 eth3 eth5 eth7 eth8" "eth6"
+       ;;
 traverse-technologies-geos)
        ucidef_set_interface_lan "eth0 eth1"
        ucidef_add_atm_bridge "0" "35" "llc" "bridged"
@@ -71,6 +75,17 @@ traverse-technologies-geos)
        macaddr="$(cat /sys/class/net/eth0/address)" 2>/dev/null
        [ -n "$macaddr" ] && ucidef_set_interface_macaddr "wan" "$macaddr"
        ;;
+silicom-80500-0214-*)
+        ucidef_set_network_device_path "wan0" "pci0000:00/0000:00:16.0/0000:03:00.0"
+        ucidef_set_network_device_path "wan1" "pci0000:00/0000:00:16.0/0000:03:00.1"
+        ucidef_set_network_device_path "media0" "pci0000:00/0000:00:17.0/0000:02:00.1"
+        ucidef_set_network_device_path "media1" "pci0000:00/0000:00:17.0/0000:02:00.0"
+        ucidef_set_network_device_path "eth0" "pci0000:00/0000:00:0c.0/0000:04:00.0"
+        ucidef_set_network_device_path "eth1" "pci0000:00/0000:00:0e.0/0000:05:00.0"
+        ucidef_set_network_device_path "eth2" "pci0000:00/0000:00:0f.0/0000:06:00.0"
+        ucidef_set_network_device_path "eth3" "pci0000:00/0000:00:10.0/0000:07:00.0"
+        ucidef_set_interfaces_lan_wan "eth0 eth1 eth2 eth3" "wan0"
+        ;;
 esac
 board_config_flush