summaryrefslogtreecommitdiff
path: root/openembedded/packages/busybox/busybox-1.00/udhcpscript.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-09 17:44:12 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-09 17:44:12 +0000
commitc4aeea061cef9be1956614b2654e1a7a0150b895 (patch)
treec946daa5fbd2ff9618d6abcdea47dfdce04bfe8a /openembedded/packages/busybox/busybox-1.00/udhcpscript.patch
parentd097b90ed729456b685e457c99ac9c64f96e214c (diff)
downloadopenembedded-core-c4aeea061cef9be1956614b2654e1a7a0150b895.tar.gz
openembedded-core-c4aeea061cef9be1956614b2654e1a7a0150b895.tar.bz2
openembedded-core-c4aeea061cef9be1956614b2654e1a7a0150b895.tar.xz
openembedded-core-c4aeea061cef9be1956614b2654e1a7a0150b895.zip
busybox 1.00 -> 1.01
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@384 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/busybox/busybox-1.00/udhcpscript.patch')
-rw-r--r--openembedded/packages/busybox/busybox-1.00/udhcpscript.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/openembedded/packages/busybox/busybox-1.00/udhcpscript.patch b/openembedded/packages/busybox/busybox-1.00/udhcpscript.patch
deleted file mode 100644
index fc21d440c..000000000
--- a/openembedded/packages/busybox/busybox-1.00/udhcpscript.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- busybox-1.00-rc3/examples/udhcp/simple.script~udhcpscript
-+++ busybox-1.00-rc3/examples/udhcp/simple.script
-@@ -17,8 +17,7 @@
- /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
-