[Runnix-commits] SF.net SVN: runnix:[142] trunk/target/generic/target_skeleton/runnix
Status: Alpha
Brought to you by:
krisk84
From: <abe...@us...> - 2010-12-18 20:55:12
|
Revision: 142 http://runnix.svn.sourceforge.net/runnix/?rev=142&view=rev Author: abelbeck Date: 2010-12-18 20:55:06 +0000 (Sat, 18 Dec 2010) Log Message: ----------- Merge from 0.3 branch, specifing the address-family 'inet' for ifconfig fails Modified Paths: -------------- trunk/target/generic/target_skeleton/runnix Modified: trunk/target/generic/target_skeleton/runnix =================================================================== --- trunk/target/generic/target_skeleton/runnix 2010-12-18 20:48:06 UTC (rev 141) +++ trunk/target/generic/target_skeleton/runnix 2010-12-18 20:55:06 UTC (rev 142) @@ -36,7 +36,7 @@ echo "Configuring $NDEV with DHCP..." udhcpc -nq -s /etc/udhcpc.script -i "$NDEV" else - ifconfig "$NDEV" inet "$IP" netmask "$NM" + ifconfig "$NDEV" "$IP" netmask "$NM" route add -net default gw "$GW" for i in $DNS; do This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |