summaryrefslogtreecommitdiff
path: root/meta/recipes-core/busybox/busybox-1.16.2/udhcpscript.patch
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-11-17 10:51:45 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-18 13:30:26 -0800
commitaaa29fff393dc7ed460713ef45b9654b1d2c623e (patch)
treedb575bfb3a35aa52e389bfe68ca7a4df3722d294 /meta/recipes-core/busybox/busybox-1.16.2/udhcpscript.patch
parent07b8765e0d691e17fd3c5feb64259cee47b03a1a (diff)
downloadopenembedded-core-aaa29fff393dc7ed460713ef45b9654b1d2c623e.tar.gz
openembedded-core-aaa29fff393dc7ed460713ef45b9654b1d2c623e.tar.bz2
openembedded-core-aaa29fff393dc7ed460713ef45b9654b1d2c623e.tar.xz
openembedded-core-aaa29fff393dc7ed460713ef45b9654b1d2c623e.zip
busybox: upgrade to version 1.17.3
from 1.16.2 update license info: add checksum and change gplv2+ to gplv2 Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-core/busybox/busybox-1.16.2/udhcpscript.patch')
-rw-r--r--meta/recipes-core/busybox/busybox-1.16.2/udhcpscript.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-core/busybox/busybox-1.16.2/udhcpscript.patch b/meta/recipes-core/busybox/busybox-1.16.2/udhcpscript.patch
deleted file mode 100644
index 81bca634a..000000000
--- a/meta/recipes-core/busybox/busybox-1.16.2/udhcpscript.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-