summaryrefslogtreecommitdiff
path: root/package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-07-26 10:03:42 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-07-26 10:03:42 +0200
commitdeb51ad988ebd110c8ad8fe19d3d72473df29d0b (patch)
tree669bf208b716b3a0d7dd3564f16adfd53bba527c /package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch
parent9fb9dc0beaa7775c8f612ab997a5ce2a2402a37b (diff)
busybox: bump 1.17.x version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch')
-rw-r--r--package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch b/package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch
deleted file mode 100644
index d649f65eb..000000000
--- a/package/busybox/busybox-1.17.0/busybox-1.17.0-wget.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urpN busybox-1.17.0/networking/wget.c busybox-1.17.0-wget/networking/wget.c
---- busybox-1.17.0/networking/wget.c 2010-06-24 04:40:43.000000000 +0200
-+++ busybox-1.17.0-wget/networking/wget.c 2010-07-12 03:27:57.000000000 +0200
-@@ -50,7 +50,7 @@ static void progress_meter(int flag)
- }
-
- bb_progress_update(&G.pmt, G.curfile, G.beg_range, G.transferred,
-- G.chunked ? 0 : G.content_len + G.beg_range);
-+ G.chunked ? 0 : G.beg_range + G.transferred + G.content_len);
-
- if (flag == 0) {
- /* last call to progress_meter */