Author: cyrus Date: 2015-07-02 16:11:15 +0200 (Thu, 02 Jul 2015) New Revision: 46160
Modified: trunk/package/kernel/linux/modules/netfilter.mk Log: nf-conntrack: enable netlink events Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/kernel/linux/modules/netfilter.mk =================================================================== --- trunk/package/kernel/linux/modules/netfilter.mk 2015-07-02 11:45:39 UTC (rev 46159) +++ trunk/package/kernel/linux/modules/netfilter.mk 2015-07-02 14:11:15 UTC (rev 46160) @@ -774,7 +774,7 @@ define KernelPackage/nf-conntrack-netlink TITLE:=Connection tracking netlink interface FILES:=$(LINUX_DIR)/net/netfilter/nf_conntrack_netlink.ko - KCONFIG:=CONFIG_NF_CT_NETLINK + KCONFIG:=CONFIG_NF_CT_NETLINK CONFIG_NF_CONNTRACK_EVENTS=y AUTOLOAD:=$(call AutoProbe,nf_conntrack_netlink) $(call AddDepends/nfnetlink,+kmod-ipt-conntrack) endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
