From 615a98ed9a021da245513790c064761a0a5a67e9 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 25 May 2010 15:36:14 +0100 Subject: busybox: bump to 1.15.3 from OE Import the 1.15.3 recipe from OpenEmbedded and tweak to match Poky style Signed-off-by: Joshua Lock --- .../busybox/busybox-1.9.1/udhcpscript.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta/packages/busybox/busybox-1.9.1/udhcpscript.patch (limited to 'meta/packages/busybox/busybox-1.9.1/udhcpscript.patch') diff --git a/meta/packages/busybox/busybox-1.9.1/udhcpscript.patch b/meta/packages/busybox/busybox-1.9.1/udhcpscript.patch deleted file mode 100644 index d00755fa3..000000000 --- a/meta/packages/busybox/busybox-1.9.1/udhcpscript.patch +++ /dev/null @@ -1,26 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - -Index: busybox-1.9.1/examples/udhcp/simple.script -=================================================================== ---- busybox-1.9.1.orig/examples/udhcp/simple.script 2008-02-12 16:03:13.000000000 +0000 -+++ busybox-1.9.1/examples/udhcp/simple.script 2009-05-27 22:54:42.000000000 +0100 -@@ -17,14 +17,13 @@ - /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 - - metric=0 - for i in $router ; do -- route add default gw $i dev $interface metric $((metric++)) -+ /sbin/route add default gw $i dev $interface metric $((metric++)) - done - fi - -- cgit v1.2.3