summaryrefslogtreecommitdiff
path: root/openembedded/packages/busybox/busybox-1.01/udhcpscript.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-09 17:44:12 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-09 17:44:12 +0000
commitc4aeea061cef9be1956614b2654e1a7a0150b895 (patch)
treec946daa5fbd2ff9618d6abcdea47dfdce04bfe8a /openembedded/packages/busybox/busybox-1.01/udhcpscript.patch
parentd097b90ed729456b685e457c99ac9c64f96e214c (diff)
downloadopenembedded-core-c4aeea061cef9be1956614b2654e1a7a0150b895.tar.gz
openembedded-core-c4aeea061cef9be1956614b2654e1a7a0150b895.tar.bz2
openembedded-core-c4aeea061cef9be1956614b2654e1a7a0150b895.tar.xz
openembedded-core-c4aeea061cef9be1956614b2654e1a7a0150b895.zip
busybox 1.00 -> 1.01
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@384 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/busybox/busybox-1.01/udhcpscript.patch')
-rw-r--r--openembedded/packages/busybox/busybox-1.01/udhcpscript.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/openembedded/packages/busybox/busybox-1.01/udhcpscript.patch b/openembedded/packages/busybox/busybox-1.01/udhcpscript.patch
new file mode 100644
index 000000000..fc21d440c
--- /dev/null
+++ b/openembedded/packages/busybox/busybox-1.01/udhcpscript.patch
@@ -0,0 +1,17 @@
+
+#
+# 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
+