From: Holger Schurig Date: Wed, 29 Sep 2004 08:29:58 +0000 (+0000) Subject: udhcpscript: fixes the "deleting routers" error message in case of no existing defaul... X-Git-Tag: Release-2010-05/1~16832 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9bb6478a873d6de4c8a0e712435ac9a658a345d;p=openembedded.git udhcpscript: fixes the "deleting routers" error message in case of no existing default routes 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 --- diff --git a/busybox/busybox-1.00-rc3/dhcpretrytime.patch b/busybox/busybox-1.00-rc3/dhcpretrytime.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/busybox/busybox-1.00-rc3/udhcpscript.patch b/busybox/busybox-1.00-rc3/udhcpscript.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/busybox/busybox_1.00-rc3.oe b/busybox/busybox_1.00-rc3.oe index 0ee786047f..19722c8dd4 100644 --- a/busybox/busybox_1.00-rc3.oe +++ b/busybox/busybox_1.00-rc3.oe @@ -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 \