aboutsummaryrefslogtreecommitdiffstats
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
commit4dce17cf6394470488b9d66bc2182018d6b5f5c2 (patch)
tree305bc2d9a9c95522bd835c97169e878c530b532a /package/busybox/patches/004-upstream-percent_decode_in_place.patch
parent473bbcc2c25aee2f8eb1abc14a55abbbc4f4c14a (diff)
downloadupstream-4dce17cf6394470488b9d66bc2182018d6b5f5c2.tar.gz
upstream-4dce17cf6394470488b9d66bc2182018d6b5f5c2.tar.bz2
upstream-4dce17cf6394470488b9d66bc2182018d6b5f5c2.zip
busybox: add an upstream ntpd fix (#12841)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35239 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 d94ee47900..bef4a90790 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) {