diff options
author | Tim Yardley <lst@openwrt.org> | 2007-10-30 20:36:25 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-10-30 20:36:25 +0000 |
commit | a4fbe94c84581c54213b46623eab3c8598577687 (patch) | |
tree | f57f07a5bd821c92494ec8ecd1a0e6f5e349ae69 /package/busybox/patches/350-httpd_redir.patch | |
parent | 42f055bfdabc3217ac136d602f44efcb98b3b9b8 (diff) | |
download | mtk-20170518-a4fbe94c84581c54213b46623eab3c8598577687.zip mtk-20170518-a4fbe94c84581c54213b46623eab3c8598577687.tar.gz mtk-20170518-a4fbe94c84581c54213b46623eab3c8598577687.tar.bz2 |
refresh busybox patches
SVN-Revision: 9463
Diffstat (limited to 'package/busybox/patches/350-httpd_redir.patch')
-rw-r--r-- | package/busybox/patches/350-httpd_redir.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/busybox/patches/350-httpd_redir.patch b/package/busybox/patches/350-httpd_redir.patch index 7cb8246..bc34c3b 100644 --- a/package/busybox/patches/350-httpd_redir.patch +++ b/package/busybox/patches/350-httpd_redir.patch @@ -1,7 +1,7 @@ Index: busybox-1.7.2/include/usage.h =================================================================== ---- busybox-1.7.2.orig/include/usage.h 2007-10-04 17:12:35.230910708 +0200 -+++ busybox-1.7.2/include/usage.h 2007-10-04 17:32:12.994027602 +0200 +--- busybox-1.7.2.orig/include/usage.h 2007-10-30 15:34:59.000000000 -0500 ++++ busybox-1.7.2/include/usage.h 2007-10-30 15:35:03.000000000 -0500 @@ -1350,7 +1350,8 @@ USE_FEATURE_HTTPD_BASIC_AUTH(" [-r realm]") \ USE_FEATURE_HTTPD_AUTH_MD5(" [-m pass]") \ @@ -23,8 +23,8 @@ Index: busybox-1.7.2/include/usage.h "[-r|--show] [-s|--hctosys] [-w|--systohc]" \ Index: busybox-1.7.2/networking/httpd.c =================================================================== ---- busybox-1.7.2.orig/networking/httpd.c 2007-10-04 17:13:12.509035065 +0200 -+++ busybox-1.7.2/networking/httpd.c 2007-10-04 17:32:33.711208213 +0200 +--- busybox-1.7.2.orig/networking/httpd.c 2007-10-30 15:35:03.000000000 -0500 ++++ busybox-1.7.2/networking/httpd.c 2007-10-30 15:35:03.000000000 -0500 @@ -230,6 +230,8 @@ const char *found_mime_type; |