aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/busybox-1.18.5/udhcpscript.patch
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2011-06-18 03:27:48 +0000
committerEric Bénard <eric@eukrea.com>2011-07-05 18:34:18 +0200
commite0541dc6fdecc32bff27f41a6bfe03a455ef07a7 (patch)
tree208a406a5f65529f3cec066df6b9068aa88b1526 /recipes/busybox/busybox-1.18.5/udhcpscript.patch
parent2311a5306fc10c8de6f743e470945764b96380a4 (diff)
downloadopenembedded-e0541dc6fdecc32bff27f41a6bfe03a455ef07a7.tar.gz
busybox: add 1.18.5
which is the latest stable version (1.18.4 + fixes) Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/busybox/busybox-1.18.5/udhcpscript.patch')
-rw-r--r--recipes/busybox/busybox-1.18.5/udhcpscript.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/busybox/busybox-1.18.5/udhcpscript.patch b/recipes/busybox/busybox-1.18.5/udhcpscript.patch
new file mode 100644
index 0000000000..2ffba956ae
--- /dev/null
+++ b/recipes/busybox/busybox-1.18.5/udhcpscript.patch
@@ -0,0 +1,13 @@
+Index: busybox-1.15.1/examples/udhcp/simple.script
+===================================================================
+--- busybox-1.15.1.orig/examples/udhcp/simple.script 2009-09-12 17:55:36.000000000 +0200
++++ busybox-1.15.1/examples/udhcp/simple.script 2009-09-16 22:51:06.599693412 +0200
+@@ -22,7 +22,7 @@ case "$1" in
+
+ 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
+