diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-04 07:18:50 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-04 07:18:50 +0200 |
commit | 1c559c3154e64bcdb5213a5e8f6ca754dbcea8e4 (patch) | |
tree | 7110326e00b8f1afb3fa1b011f31f32e7b3c7467 /package/busybox/busybox-1.14.2-udhcpd.patch | |
parent | b1abe04105db032bb6804396ccbbc4642c620592 (diff) |
busybox: bump 1.14.x version
Fixes various problems.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/busybox-1.14.2-udhcpd.patch')
-rw-r--r-- | package/busybox/busybox-1.14.2-udhcpd.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/busybox/busybox-1.14.2-udhcpd.patch b/package/busybox/busybox-1.14.2-udhcpd.patch deleted file mode 100644 index a1502b41f..000000000 --- a/package/busybox/busybox-1.14.2-udhcpd.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urpN busybox-1.14.2/networking/udhcp/files.c busybox-1.14.2-udhcpd/networking/udhcp/files.c ---- busybox-1.14.2/networking/udhcp/files.c 2009-06-22 00:40:29.000000000 +0200 -+++ busybox-1.14.2-udhcpd/networking/udhcp/files.c 2009-07-07 14:58:39.000000000 +0200 -@@ -420,7 +420,7 @@ void FAST_FUNC read_leases(const char *f - continue; - /* NB: add_lease takes "relative time", IOW, - * lease duration, not lease deadline. */ -- if (!(add_lease(lease.chaddr, lease.yiaddr, expires, lease.hostname))) { -+ if (!(add_lease(lease.chaddr, lease.yiaddr, expires, NULL /* was lease.hostname. bug in add_lease, disabled */ ))) { - bb_error_msg("too many leases while loading %s", file); - break; - } |