diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-04-30 01:13:06 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-04-30 01:13:06 +0000 |
commit | 47d740c20b4a200096a2f03b5cd14020077c8230 (patch) | |
tree | 7563d4a0f03566d12ea91ef752003e330203b2db /packages/busybox/busybox-1.9.1/udhcpscript.patch | |
parent | eb37a6d245148524bed65218fda449fe06e8b4e7 (diff) |
busybox 1.9.1 (re)enable netcat server mode + extra options
busybox 1.9.1 update to 1.9.2 (BUGFIX only release)
Diffstat (limited to 'packages/busybox/busybox-1.9.1/udhcpscript.patch')
-rw-r--r-- | packages/busybox/busybox-1.9.1/udhcpscript.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/busybox/busybox-1.9.1/udhcpscript.patch b/packages/busybox/busybox-1.9.1/udhcpscript.patch deleted file mode 100644 index fc21d440cd..0000000000 --- a/packages/busybox/busybox-1.9.1/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 - |