[package] uhttpd: unblock signals in CGI childs, solves hanging ssh logout after...
[openwrt/svn-archive/archive.git] / package / uhttpd / Makefile
index a0b7d24ebfb536ca8bd18213cc4a8532afb1bf9f..cd1a4771a8d792c52c40f90d82a3c0f0abfff6cd 100644 (file)
@@ -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:=20
+PKG_RELEASE:=23
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 PKG_BUILD_DEPENDS := libcyassl liblua
@@ -18,6 +18,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/uhttpd/default
   SECTION:=net
   CATEGORY:=Network
+  SUBMENU:=Web Servers/Proxies
   TITLE:=uHTTPd - tiny, single threaded HTTP server
   MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
 endef