Browse Source

conntrack-tools: preserve /etc/conntrackd during upgrade

Signed-off-by: Stijn Tintel <[email protected]>

SVN-Revision: 47480
Felix Fietkau 10 years ago
parent
commit
970a393fd4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package/network/utils/conntrack-tools/Makefile

+ 4 - 0
package/network/utils/conntrack-tools/Makefile

@@ -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.