kirkwood: add support for Linksys EA4500
[openwrt/openwrt.git] / target / linux / kirkwood / base-files / etc / uci-defaults / 02_network
index 42724ef706a0863b70507b77ea57af7b5b376167..0c55cbfd282878f5e523c11e6041e171b629d79c 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2012-2013 OpenWrt.org
+# Copyright (C) 2012-2014 OpenWrt.org
 #
 
 [ -e /etc/config/network ] && exit 0
@@ -28,10 +28,18 @@ case "`cat /proc/device-tree/model`" in
 "Seagate FreeAgent Dockstar")
        set_lan_dhcp "eth0"
        ;;
-
+"Iomega Iconnect")
+       set_lan_dhcp "eth0"
+       ;;
 "RaidSonic ICY BOX IB-NAS62x0 (Rev B)")
        set_lan_dhcp "eth0"
        ;;
+"Cloud Engines Pogoplug E02")
+       set_lan_dhcp "eth0"
+       ;;
+"Linksys EA4500")
+       ucidef_set_interfaces_lan_wan "eth0" "eth1"
+       ;;
 *)
        ucidef_set_interface_lan "eth0"
        ;;