Signed-off-by: Stijn Tintel <[email protected]> --- package/network/utils/conntrack-tools/Makefile | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/package/network/utils/conntrack-tools/Makefile b/package/network/utils/conntrack-tools/Makefile index 51d3c41..fd13e22 100644 --- 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. -- 2.4.6 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
