From f589036a4facd028bf6d9ff669ee3b7e36e966f4 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 23 Jul 2010 13:15:22 +0000 Subject: [package] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22366 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/uhttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/uhttpd/Makefile') 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) -- cgit v1.2.3