diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-26 21:54:03 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-26 21:54:03 +0000 |
commit | 21dbae2864710bb19fff15c79acfae099cd2e7e7 (patch) | |
tree | fef73e4a3718fd1351997880327b0b23f904a742 /busybox | |
parent | 04a3f9cfb9e07e713aa5b0582a2afdfdf558248d (diff) |
apply patch from Murray Jensen to fix udhcpc breakage introduced in previous patch
BKrev: 41a7a5fbf_lvwQweOUgt9MB1uBUsjw
Diffstat (limited to 'busybox')
-rw-r--r-- | busybox/busybox-1.00/udhcppidfile-breakage.patch | 0 | ||||
-rw-r--r-- | busybox/busybox_1.00.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/busybox/busybox-1.00/udhcppidfile-breakage.patch b/busybox/busybox-1.00/udhcppidfile-breakage.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/busybox/busybox-1.00/udhcppidfile-breakage.patch diff --git a/busybox/busybox_1.00.oe b/busybox/busybox_1.00.oe index 74de8835da..63ac74350d 100644 --- a/busybox/busybox_1.00.oe +++ b/busybox/busybox_1.00.oe @@ -11,7 +11,7 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r6" +PR = "r7" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://add-getkey-applet.patch;patch=1 \ @@ -19,6 +19,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://dhcpretrytime.patch;patch=1 \ file://hdparm_M.patch;patch=1 \ file://udhcppidfile.patch;patch=1 \ + file://udhcppidfile-breakage.patch;patch=1 \ file://defconfig \ file://busybox-cron \ file://busybox-httpd \ |