X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fuhttpd%2FMakefile;h=cd1a4771a8d792c52c40f90d82a3c0f0abfff6cd;hp=835e5b527729d11a6a60fab32993ef3f8e1eb9ed;hb=b9a590dfdb7ae71ce06b0f4d4def7c3178ecf0a3;hpb=82298f695a7e14ab75dc9a0e10c9bee3efcf2f6c diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 835e5b5277..cd1a4771a8 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:=18 +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 @@ -68,6 +69,8 @@ endef define Package/uhttpd/conffiles /etc/config/uhttpd +/etc/uhttpd.crt +/etc/uhttpd.key endef define Package/uhttpd/install