diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-02 13:28:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-02 13:28:29 +0000 |
commit | 7fce085a9765cf41947515caead3100f7fab65e2 (patch) | |
tree | ffec9a88add3ff30c6729139cd9b83744cee5c9b /package/uhttpd/Makefile | |
parent | 995face56d5d8f701a505dd2ed9d827a69384675 (diff) | |
download | mtk-20170518-7fce085a9765cf41947515caead3100f7fab65e2.zip mtk-20170518-7fce085a9765cf41947515caead3100f7fab65e2.tar.gz mtk-20170518-7fce085a9765cf41947515caead3100f7fab65e2.tar.bz2 |
uhttpd: add "application/x-ns-proxy-autoconfig" mime type (#8236)
SVN-Revision: 28149
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 17823ad..93ac8cf 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -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 := \ |