--- elwix/config/etc/uboot/rc.d/Attic/010.wan.stop 2014/01/23 09:34:54 1.1 +++ elwix/config/etc/uboot/rc.d/Attic/010.wan.stop 2014/01/23 09:34:54 1.1.2.1 @@ -0,0 +1,12 @@ +#!/bin/sh + +IFACE="rl0" + +MEDIA="autoselect" + +OPT="" +IP="" + +echo "Config Ethernet-WAN network interface $IFACE ..." +ifconfig $IFACE inet $IP media $MEDIA $OPT up +dhclient $IFACE