udhcpscript: fixes the "deleting routers" error message in case of no existing defaul...
authorHolger Schurig <schurig@mn-solutions.de>
Wed, 29 Sep 2004 08:29:58 +0000 (08:29 +0000)
committerHolger Schurig <schurig@mn-solutions.de>
Wed, 29 Sep 2004 08:29:58 +0000 (08:29 +0000)
dhcpretrytime: allows option -t for the dhcp retry time
also calls udhcpc with -b option to stay in the background, in case we get wireless coverage later

BKrev: 415a72862YPsqUyxEIUhL3Iw1FpDiw

busybox/busybox-1.00-rc3/dhcpretrytime.patch [new file with mode: 0644]
busybox/busybox-1.00-rc3/udhcpscript.patch [new file with mode: 0644]
busybox/busybox_1.00-rc3.oe

diff --git a/busybox/busybox-1.00-rc3/dhcpretrytime.patch b/busybox/busybox-1.00-rc3/dhcpretrytime.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/busybox/busybox-1.00-rc3/udhcpscript.patch b/busybox/busybox-1.00-rc3/udhcpscript.patch
new file mode 100644 (file)
index 0000000..e69de29
index 0ee7860..19722c8 100644 (file)
@@ -10,13 +10,15 @@ system."
 LICENSE = "GPL"
 SECTION = "base"
 PRIORITY = "required"
-PR = "r8"
+PR = "r9"
 
 #      file://busybox-1.00-pre10-fuser.patch;patch=1
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
            file://HEAD-20040829.patch;patch=1 \
            file://add-getkey-applet.patch;patch=1 \
           file://awk2.patch;patch=1 \
+          file://udhcpscript.patch;patch=1 \
+          file://dhcpretrytime.patch;patch=1 \
            file://defconfig \
            file://busybox-cron \
           file://busybox-httpd \