diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-23 13:15:22 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-23 13:15:22 +0000 |
commit | b688fcaa5c8aa6c3bbb08075e4204eda0ac16052 (patch) | |
tree | 66853f91f396421e88f59c4240f8a0505dff5d80 /package/uhttpd/Makefile | |
parent | c28ab82e0469e2c8a578f3fd40bfa10e3835290d (diff) | |
download | upstream-b688fcaa5c8aa6c3bbb08075e4204eda0ac16052.tar.gz upstream-b688fcaa5c8aa6c3bbb08075e4204eda0ac16052.tar.bz2 upstream-b688fcaa5c8aa6c3bbb08075e4204eda0ac16052.zip |
uhttpd: - fix a compile warning - support custom index file names - support custom error pages (or cgi handler) - add option to disable directory listings - add REDIRECT_STATUS for CGI requests, fixes php-cgi
SVN-Revision: 22366
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 eb4238c904..74f6abdb1a 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=11 +PKG_RELEASE:=12 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |