From aaa29fff393dc7ed460713ef45b9654b1d2c623e Mon Sep 17 00:00:00 2001 From: Qing He Date: Wed, 17 Nov 2010 10:51:45 +0800 Subject: 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 --- .../busybox/busybox-1.17.3/udhcpscript.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-core/busybox/busybox-1.17.3/udhcpscript.patch (limited to 'meta/recipes-core/busybox/busybox-1.17.3/udhcpscript.patch') diff --git a/meta/recipes-core/busybox/busybox-1.17.3/udhcpscript.patch b/meta/recipes-core/busybox/busybox-1.17.3/udhcpscript.patch new file mode 100644 index 000000000..81bca634a --- /dev/null +++ b/meta/recipes-core/busybox/busybox-1.17.3/udhcpscript.patch @@ -0,0 +1,22 @@ +# copy commit message from OE as the patch comment +# commit c9bb6478a873d6de4c8a0e712435ac9a658a345d +# Author: Holger Schurig +# 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 , 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 + -- cgit v1.2.3