x86/base-files: add support for Sophos SG/XG-105
[openwrt/staging/chunkeey.git] / target / linux / x86 / base-files / etc / board.d / 02_network
index 8d10c637e804a5ade19a499ebef4a9130420cc32..581daf49b6e2b2bf45b9196715953a7b308700fc 100644 (file)
@@ -11,6 +11,9 @@ case "$(board_name)" in
 pc-engines-apu1|pc-engines-apu2|pc-engines-apu3)
        ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"
        ;;
+sophos-sg-105|sophos-xg-105)
+       ucidef_set_interfaces_lan_wan "eth0 eth2 eth3" "eth1"
+       ;;
 traverse-technologies-geos)
        ucidef_set_interface_lan "eth0 eth1"
        ucidef_add_atm_bridge "0" "35" "llc" "bridged"