diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-10 20:52:30 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-10 20:52:30 +0000 |
commit | 5931a158a4df45904b28bcd8e85cbddca61e4b7d (patch) | |
tree | fb751b937da3f72bab5d5b31e444b2ba61f5a453 /package/uhttpd/Makefile | |
parent | 507986e6f60fc306baddec6229f0e100df28c666 (diff) | |
download | upstream-5931a158a4df45904b28bcd8e85cbddca61e4b7d.tar.gz upstream-5931a158a4df45904b28bcd8e85cbddca61e4b7d.tar.bz2 upstream-5931a158a4df45904b28bcd8e85cbddca61e4b7d.zip |
uhttpd: redirect to same location with trailing slash appended if directories are requested
SVN-Revision: 23952
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 29d3ee5b1f..b639c007b2 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=18 +PKG_RELEASE:=19 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS := libcyassl liblua |