diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-17 07:18:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-17 07:18:59 +0000 |
commit | 4e7f4a35b5ec7e59eae8ec3ad1fd4fdaa80af8bf (patch) | |
tree | d78ebe06bb56c5a0c1c43667330cc4909368f1f2 /package/uhttpd/Makefile | |
parent | 8d53f23ad563fb1c1d0539d944548c845fbbf631 (diff) | |
download | master-187ad058-4e7f4a35b5ec7e59eae8ec3ad1fd4fdaa80af8bf.tar.gz master-187ad058-4e7f4a35b5ec7e59eae8ec3ad1fd4fdaa80af8bf.tar.bz2 master-187ad058-4e7f4a35b5ec7e59eae8ec3ad1fd4fdaa80af8bf.zip |
[package] uhttpd: unblock signals in CGI childs, solves hanging ssh logout after server restart from within LuCI and similar problems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27628 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 077d1f238e..cd1a4771a8 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 Jo-Philipp Wich <xm@subsignal.org> +# Copyright (C) 2010-2011 Jo-Philipp Wich <xm@subsignal.org> # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=22 +PKG_RELEASE:=23 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS := libcyassl liblua |