summaryrefslogtreecommitdiff
path: root/package/busybox/patches/350-httpd_redir.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-02 11:18:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-02 11:18:47 +0000
commit2a58b9c7291d243a933c663366c1fe2dc9ecac35 (patch)
tree05dadfe7325c79a7631b70087312969f60feceb2 /package/busybox/patches/350-httpd_redir.patch
parente833cd9c61185250348fbb5191ba800763695158 (diff)
downloadmtk-20170518-2a58b9c7291d243a933c663366c1fe2dc9ecac35.zip
mtk-20170518-2a58b9c7291d243a933c663366c1fe2dc9ecac35.tar.gz
mtk-20170518-2a58b9c7291d243a933c663366c1fe2dc9ecac35.tar.bz2
remove awx from busybox, refresh patches
SVN-Revision: 12497
Diffstat (limited to 'package/busybox/patches/350-httpd_redir.patch')
-rw-r--r--package/busybox/patches/350-httpd_redir.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/patches/350-httpd_redir.patch b/package/busybox/patches/350-httpd_redir.patch
index aec068e..388cf8c 100644
--- a/package/busybox/patches/350-httpd_redir.patch
+++ b/package/busybox/patches/350-httpd_redir.patch
@@ -52,7 +52,7 @@
(g_query ? "?" : ""),
(g_query ? g_query : ""));
}
-@@ -1912,8 +1919,12 @@
+@@ -1923,8 +1930,12 @@
} while (*++tptr);
*++urlp = '\0'; /* terminate after last character */
@@ -66,7 +66,7 @@
if (is_directory(urlcopy + 1, 1, &sb)) {
found_moved_temporarily = urlcopy;
}
-@@ -2263,7 +2274,9 @@
+@@ -2274,7 +2285,9 @@
#endif
enum {
@@ -77,7 +77,7 @@
d_opt_decode_url,
h_opt_home_httpd,
USE_FEATURE_HTTPD_ENCODE_URL_STR(e_opt_encode_url,)
-@@ -2312,12 +2325,13 @@
+@@ -2323,12 +2336,13 @@
/* We do not "absolutize" path given by -h (home) opt.
* If user gives relative path in -h,
* $SCRIPT_FILENAME will not be set. */