mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
kea: add conffiles
Add the /etc/kea directory to conffiles, so configuration will not be lost during sysupgrade. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
@@ -39,6 +39,14 @@ define Package/kea/Default
|
||||
URL:=https://www.isc.org/kea
|
||||
endef
|
||||
|
||||
define Package/kea/conffiles
|
||||
/etc/kea/
|
||||
endef
|
||||
|
||||
Package/kea-ctrl/conffiles = $(Package/kea/conffiles)
|
||||
Package/kea-dhcp4/conffiles = $(Package/kea/conffiles)
|
||||
Package/kea-dhcp6/conffiles = $(Package/kea/conffiles)
|
||||
Package/kea-dhcp-ddns/conffiles = $(Package/kea/conffiles)
|
||||
|
||||
###### *************************************************************************
|
||||
define Package/kea
|
||||
|
||||
Reference in New Issue
Block a user