summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-1.2.0/udhcpscript.patch
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer_e1@hotmail.com>2006-07-07 00:54:21 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-07 00:54:21 +0000
commit0825e944345291cac5d45daae904c50a87389642 (patch)
treefd5cb214d06e52a9ff2c4eafc1c1821dd5a6328a /packages/busybox/busybox-1.2.0/udhcpscript.patch
parent5574fc5f3a610aefb6b90365108e10df38b5393f (diff)
parenta64033ce2a9d11b1336f7dee39203bbcee43f579 (diff)
merge of c1749e31b60b984658b557139430b4fe8eb432a7
and e1dfbc0aedf7759ad0b062d01ebcad3149da58f9
Diffstat (limited to 'packages/busybox/busybox-1.2.0/udhcpscript.patch')
-rw-r--r--packages/busybox/busybox-1.2.0/udhcpscript.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/busybox/busybox-1.2.0/udhcpscript.patch b/packages/busybox/busybox-1.2.0/udhcpscript.patch
new file mode 100644
index 0000000000..fc21d440cd
--- /dev/null
+++ b/packages/busybox/busybox-1.2.0/udhcpscript.patch
@@ -0,0 +1,17 @@
+
+#
+# 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
+