conntrack-tools: preserve /etc/conntrackd during upgrade
authorFelix Fietkau <nbd@openwrt.org>
Sun, 15 Nov 2015 21:34:15 +0000 (21:34 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 15 Nov 2015 21:34:15 +0000 (21:34 +0000)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 47480

package/network/utils/conntrack-tools/Makefile

index 7dd64b67a1eea16dabca4dfb44019ce7f0efd467..77e989328d6ce06df90e496bf776b5ab71f8ac60 100644 (file)
@@ -61,6 +61,10 @@ $(call Package/conntrack-tools/default)
   TITLE:=Connection tracking daemon
 endef
 
+define Package/conntrackd/conffiles
+/etc/conntrackd/
+endef
+
 define Package/conntrackd/description
  Conntrackd can replicate the status of the connections that are
  currently being processed by your stateful firewall based on Linux.