X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/80f4d421641a56c1fcdfacfad0a6223f25b3ec0e..a7af297702a4a8fe26af3a079ac4c2f619d2e0c0:/package/uhttpd/Makefile?ds=sidebyside diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 4c0637439..cd1a4771a 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 @@ -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 endef