uhttpd: add "application/x-ns-proxy-autoconfig" mime type (#8236)
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 2 Sep 2011 13:28:29 +0000 (13:28 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 2 Sep 2011 13:28:29 +0000 (13:28 +0000)
SVN-Revision: 28149

package/uhttpd/Makefile
package/uhttpd/src/uhttpd-mimetypes.h

index 17823ad16a826f14d1af369abf02bdd59668fbbc..93ac8cf03eaaeabf110f4082cf1813fe6ff898bd 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uhttpd
-PKG_RELEASE:=24
+PKG_RELEASE:=25
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 PKG_CONFIG_DEPENDS := \
index 032d3d0c25f181410edd542162a1a32d7bf83c5a..21717c00035e7238ff38777334578563bf2e3a1f 100644 (file)
@@ -76,6 +76,9 @@ static struct mimetype uh_mime_types[] = {
        { "cfg",     "text/plain" },
        { "conf",    "text/plain" },
 
+       { "pac",                "application/x-ns-proxy-autoconfig" },
+       { "wpad.dat",   "application/x-ns-proxy-autoconfig" },
+
        { NULL, NULL }
 };