kirkwood: add support for Check Point L-50
[openwrt/openwrt.git] / target / linux / kirkwood / base-files / etc / board.d / 02_network
index df01b0bb1bfe056f87878d433b38c155f1d55e00..658ce1334672210939092f2c5013d265b95b6a97 100755 (executable)
@@ -11,6 +11,9 @@ board_config_update
 board=$(board_name)
 
 case "$board" in
+"checkpoint,l-50")
+       ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 lan5 lan6 lan7 lan8 dmz" "eth0"
+       ;;
 "cisco,on100")
        ucidef_set_interface_lan "eth0 eth1"
        ;;
@@ -21,7 +24,8 @@ case "$board" in
 "raidsonic,ib-nas62x0"|\
 "seagate,dockstar"|\
 "seagate,goflexhome"|\
-"seagate,goflexnet")
+"seagate,goflexnet"|\
+"zyxel,nsa310s")
        ucidef_set_interface_lan "eth0" "dhcp"
        ;;
 "linksys,audi"|\