lighttpd: mark module configuration files 8791/head
authorW. Michael Petullo <mike@flyn.org>
Wed, 24 Apr 2019 19:57:34 +0000 (15:57 -0400)
committerW. Michael Petullo <mike@flyn.org>
Wed, 24 Apr 2019 19:57:34 +0000 (15:57 -0400)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
net/lighttpd/Makefile

index 7500259638b0ac856dc183cc9a4058b7d606bac0..d85610bbb76751767e2ddfc27f205bdbf63b9740 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lighttpd
 PKG_VERSION:=1.4.53
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://download.lighttpd.net/lighttpd/releases-1.4.x
@@ -174,6 +174,10 @@ define BuildPlugin
     TITLE:=$(2) module
   endef
 
+  define Package/lighttpd-mod-$(1)/conffiles
+/etc/lighttpd/conf.d/$(4)-$(1).conf
+  endef
+
  ifneq ($(SDK)$(CONFIG_PACKAGE_lighttpd-mod-$(1)),)
   define Package/lighttpd-mod-$(1)/install
        $(INSTALL_DIR) $$(1)/usr/lib/lighttpd