summaryrefslogtreecommitdiff
path: root/meta/packages/busybox/busybox-1.7.2/udhcpscript.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-22 14:56:31 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-22 14:56:31 +0000
commit26b7ef0d11c053ca2a9aa2ba06d10c1ddddcb8ad (patch)
treefbbfe2d26a7000711e1f0a49aa340ee53817f8a2 /meta/packages/busybox/busybox-1.7.2/udhcpscript.patch
parent498b4f45da04cd17f91547fa1fe0f7f47a61917e (diff)
downloadopenembedded-core-26b7ef0d11c053ca2a9aa2ba06d10c1ddddcb8ad.tar.gz
openembedded-core-26b7ef0d11c053ca2a9aa2ba06d10c1ddddcb8ad.tar.bz2
openembedded-core-26b7ef0d11c053ca2a9aa2ba06d10c1ddddcb8ad.tar.xz
openembedded-core-26b7ef0d11c053ca2a9aa2ba06d10c1ddddcb8ad.zip
busybox: added 1.7.2 from OE as non-default (Angstrom defconfig used)
run_parts.c is alternative implementation from BusyBox mailing list: http://www.busybox.net/lists/busybox/2007-September/028838.html (original one does not sorted entries before run == broken X11 session) Poky-image-sato with this version works on my c7x0. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2949 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/busybox/busybox-1.7.2/udhcpscript.patch')
-rw-r--r--meta/packages/busybox/busybox-1.7.2/udhcpscript.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/busybox/busybox-1.7.2/udhcpscript.patch b/meta/packages/busybox/busybox-1.7.2/udhcpscript.patch
new file mode 100644
index 000000000..fc21d440c
--- /dev/null
+++ b/meta/packages/busybox/busybox-1.7.2/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
+