generic-poky/meta/packages/busybox/busybox-1.01/udhcpscript.patch
Richard Purdie b2f192faab Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21 10:10:31 +00:00

18 lines
457 B
Diff

#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- busybox-1.00-rc3/examples/udhcp/simple.script~udhcpscript
+++ busybox-1.00-rc3/examples/udhcp/simple.script
@@ -17,8 +17,7 @@
/sbin/ifconfig $interface $ip $BROADCAST $NETMASK
if [ -n "$router" ] ; then
- echo "deleting routers"
- while route del default gw 0.0.0.0 dev $interface ; do
+ while route del default gw 0.0.0.0 dev $interface 2>/dev/null ; do
:
done