projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
019e370
)
conntrack-tools: preserve /etc/conntrackd during upgrade
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Nov 2015 21:34:15 +0000
(21:34 +0000)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/package/network/utils/conntrack-tools/Makefile
b/package/network/utils/conntrack-tools/Makefile
index 7dd64b67a1eea16dabca4dfb44019ce7f0efd467..77e989328d6ce06df90e496bf776b5ab71f8ac60 100644
(file)
--- a/
package/network/utils/conntrack-tools/Makefile
+++ b/
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.