diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-09-29 08:29:58 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-09-29 08:29:58 +0000 |
commit | c9bb6478a873d6de4c8a0e712435ac9a658a345d (patch) | |
tree | a6846235ce5bedbf331cc9464f1a4940ff2798cb /busybox/busybox_1.00-rc3.oe | |
parent | 888599c4eb35af7755c54dd3713a1a7046e41f9e (diff) |
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
Diffstat (limited to 'busybox/busybox_1.00-rc3.oe')
-rw-r--r-- | busybox/busybox_1.00-rc3.oe | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |