From 6f59aca59adba338fe15c90b2d805fa1f6bdddd7 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 19 Dec 2014 11:05:13 +0000 Subject: kirkwood: add *plugs to uci-defaults Set defaults health led to a timer heartbeet (200/800) and populate network for: - GuruplugServerPlus - SheevaPlug - SheevaPlug with eSATA Signed-off-by: Gerald Kerma git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43752 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/kirkwood/base-files/etc/uci-defaults/02_network | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/kirkwood/base-files/etc/uci-defaults/02_network') diff --git a/target/linux/kirkwood/base-files/etc/uci-defaults/02_network b/target/linux/kirkwood/base-files/etc/uci-defaults/02_network index 5b79687784..9fd6845924 100644 --- a/target/linux/kirkwood/base-files/etc/uci-defaults/02_network +++ b/target/linux/kirkwood/base-files/etc/uci-defaults/02_network @@ -62,6 +62,13 @@ case "$board" in add_port_based_vlan "switch0" "1" "0 1 2 3 5" add_port_based_vlan "switch0" "2" "4 6" ;; +"guruplug-server-plus") + set_lan_dhcp "eth0" "eth1" + ;; +"sheevaplug" | \ +"sheevaplug-esata") + set_lan_dhcp "eth0" + ;; *) ucidef_set_interface_lan "eth0" ;; -- cgit v1.2.3