aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2007-11-29 02:06:37 +0000
committerTravis Kemen <thepeople@openwrt.org>2007-11-29 02:06:37 +0000
commitd8d1e7d172d74e79d7bb20a0c6e1d1f287da4c8a (patch)
treea41fab5c588095e0f200e25e2162887435777859 /package/busybox/patches
parent443811ed6c35e88b172f8513bf955deb9c986d70 (diff)
downloadmaster-187ad058-d8d1e7d172d74e79d7bb20a0c6e1d1f287da4c8a.tar.gz
master-187ad058-d8d1e7d172d74e79d7bb20a0c6e1d1f287da4c8a.tar.bz2
master-187ad058-d8d1e7d172d74e79d7bb20a0c6e1d1f287da4c8a.zip
update busybox to 1.8.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9625 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches')
-rw-r--r--package/busybox/patches/530-gunzip_src_fd.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/patches/530-gunzip_src_fd.patch b/package/busybox/patches/530-gunzip_src_fd.patch
deleted file mode 100644
index 3882628a1e..0000000000
--- a/package/busybox/patches/530-gunzip_src_fd.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c
---- a/archival/libunarchive/decompress_unzip.c 2007-11-10 02:40:48.000000000 +0100
-+++ b/archival/libunarchive/decompress_unzip.c 2007-11-12 02:34:43.000000000 +0100
-@@ -1178,6 +1178,7 @@
- ALLOC_STATE;
- bytebuffer_max = 0x8000;
- bytebuffer = xmalloc(bytebuffer_max);
-+ gunzip_src_fd = in;
-
- again:
- if (!check_header_gzip(PASS_STATE_ONLY)) {