diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-04 10:21:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-04 10:21:05 +0000 |
commit | 04314394a1fd4ae5ed180d347dca5cfc8ad436bf (patch) | |
tree | 61464fa49886b65b0c479e0ff9c549e49c6e0dfb /package/uhttpd/Makefile | |
parent | 6f4598372652d6019e1c2d3a774f0a2606c6503f (diff) | |
download | upstream-04314394a1fd4ae5ed180d347dca5cfc8ad436bf.tar.gz upstream-04314394a1fd4ae5ed180d347dca5cfc8ad436bf.tar.bz2 upstream-04314394a1fd4ae5ed180d347dca5cfc8ad436bf.zip |
[package] uhttpd: properly match mimetype entries which cover the whole filename (#8236)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28160 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 93ac8cf03e..5fa12fc8bc 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=25 +PKG_RELEASE:=26 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |