summaryrefslogtreecommitdiffstats
path: root/package/uhttpd/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-06-12 12:58:11 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-06-12 12:58:11 +0000
commit585ffa49417ef3f502175a0cd8ced20cc5377955 (patch)
tree7d7707253bf517c48b6a401484c01a5cd6ed21ef /package/uhttpd/Makefile
parentc80ad970e00d850477d654602423aaf6f9b7bc78 (diff)
downloadmaster-31e0f0ae-585ffa49417ef3f502175a0cd8ced20cc5377955.tar.gz
master-31e0f0ae-585ffa49417ef3f502175a0cd8ced20cc5377955.tar.bz2
master-31e0f0ae-585ffa49417ef3f502175a0cd8ced20cc5377955.zip
uhttpd: - fix incorrect parsing of multiple listen options (#7458) - support PEM certificates for SSL
SVN-Revision: 21762
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r--package/uhttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile
index 3ac396a4b7..eb4238c904 100644
--- a/package/uhttpd/Makefile
+++ b/package/uhttpd/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
-PKG_RELEASE:=10
+PKG_RELEASE:=11
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)