summaryrefslogtreecommitdiff
path: root/package/busybox/patches/004-upstream-percent_decode_in_place.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-01-19 10:11:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-01-19 10:11:34 +0000
commit3afbe1669f179d9c3535a9b85167837bb16a82d2 (patch)
treec855cdffb5b1e8ecddf4ee01e26fb282941346b6 /package/busybox/patches/004-upstream-percent_decode_in_place.patch
parent60dde219d42e576f0d9b7cd14f7becda9172b692 (diff)
downloadmtk-20170518-3afbe1669f179d9c3535a9b85167837bb16a82d2.zip
mtk-20170518-3afbe1669f179d9c3535a9b85167837bb16a82d2.tar.gz
mtk-20170518-3afbe1669f179d9c3535a9b85167837bb16a82d2.tar.bz2
busybox: add an upstream ntpd fix (#12841)
SVN-Revision: 35239
Diffstat (limited to 'package/busybox/patches/004-upstream-percent_decode_in_place.patch')
-rw-r--r--package/busybox/patches/004-upstream-percent_decode_in_place.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/004-upstream-percent_decode_in_place.patch b/package/busybox/patches/004-upstream-percent_decode_in_place.patch
index d94ee47..bef4a90 100644
--- a/package/busybox/patches/004-upstream-percent_decode_in_place.patch
+++ b/package/busybox/patches/004-upstream-percent_decode_in_place.patch
@@ -222,7 +222,7 @@ Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
h->host = sp + 1;
}
-@@ -661,12 +666,6 @@ static void download_one_url(const char
+@@ -661,12 +666,6 @@ static void download_one_url(const char
#if ENABLE_FEATURE_WGET_AUTHENTICATION
if (target.user) {