summaryrefslogtreecommitdiff
path: root/meta/recipes-core/busybox/busybox-1.18.4/udhcpscript.patch
diff options
context:
space:
mode:
authorDenis Carikli <denis@eukrea.com>2011-09-06 09:39:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-07 22:28:34 +0100
commit77571c4d224d5bcc6be944fe3d00309dafe1d512 (patch)
tree147f3dc34c8f17d9f95a9621b2294592d137d43d /meta/recipes-core/busybox/busybox-1.18.4/udhcpscript.patch
parentdba3c3de225f7f8008e638b65b8f31dd0ba91e21 (diff)
downloadopenembedded-core-77571c4d224d5bcc6be944fe3d00309dafe1d512.tar.gz
openembedded-core-77571c4d224d5bcc6be944fe3d00309dafe1d512.tar.bz2
openembedded-core-77571c4d224d5bcc6be944fe3d00309dafe1d512.tar.xz
openembedded-core-77571c4d224d5bcc6be944fe3d00309dafe1d512.zip
busybox: update to 1.8.5
Signed-off-by: Denis Carikli <denis@eukrea.com>
Diffstat (limited to 'meta/recipes-core/busybox/busybox-1.18.4/udhcpscript.patch')
-rw-r--r--meta/recipes-core/busybox/busybox-1.18.4/udhcpscript.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-core/busybox/busybox-1.18.4/udhcpscript.patch b/meta/recipes-core/busybox/busybox-1.18.4/udhcpscript.patch
deleted file mode 100644
index b82ea335a..000000000
--- a/meta/recipes-core/busybox/busybox-1.18.4/udhcpscript.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Upstream-Status: Pending
-
-# copy commit message from OE as the patch comment
-# commit c9bb6478a873d6de4c8a0e712435ac9a658a345d
-# Author: Holger Schurig <schurig@mn-solutions.de>
-# Date: Wed Sep 29 08:29:58 2004 +0000
-#
-# udhcpscript: fixes the "deleting routers" error message in case of no existing default routes
-#
-# Above comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-06
-
-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
-