diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-13 15:18:32 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-13 15:18:32 +0000 |
commit | b7a720111d7b8d67f8a25bfbe6f2778f31e91094 (patch) | |
tree | 578ff5442c919d429b7df00da58ef44a5cb26870 /contrib/axtls/Makefile | |
parent | 2efe49d7584e0f53a53a2c3793b24e6df69f5ab3 (diff) |
* luci/contrib: let operate axhttpd in nph mode
Diffstat (limited to 'contrib/axtls/Makefile')
-rw-r--r-- | contrib/axtls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/axtls/Makefile b/contrib/axtls/Makefile index 459a15cc8..b6ede0cf8 100644 --- a/contrib/axtls/Makefile +++ b/contrib/axtls/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=axtls PKG_VERSION:=1.2.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR=$(BUILD_DIR)/axTLS PKG_SOURCE:=axTLS-$(PKG_VERSION).tar.gz |