From 53a5beaca89e78028495eaf8320f0b5a5d0edfab Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 17 Jul 2011 07:18:59 +0000 Subject: uhttpd: unblock signals in CGI childs, solves hanging ssh logout after server restart from within LuCI and similar problems SVN-Revision: 27628 --- package/uhttpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/uhttpd/Makefile') diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 077d1f2..cd1a477 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 Jo-Philipp Wich +# Copyright (C) 2010-2011 Jo-Philipp Wich # # 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 -- cgit v1.1