Author: nico Date: 2014-09-17 16:28:05 +0200 (Wed, 17 Sep 2014) New Revision: 42600
Modified: trunk/package/kernel/linux/modules/netfilter.mk Log: netfilter: add missing symbol to disable nft_queue Signed-off-by: Nicolas Thill <[email protected]> Modified: trunk/package/kernel/linux/modules/netfilter.mk =================================================================== --- trunk/package/kernel/linux/modules/netfilter.mk 2014-09-17 12:17:01 UTC (rev 42599) +++ trunk/package/kernel/linux/modules/netfilter.mk 2014-09-17 14:28:05 UTC (rev 42600) @@ -736,6 +736,7 @@ CONFIG_NETFILTER=y \ CONFIG_NETFILTER_ADVANCED=y \ CONFIG_NFT_COMPAT=n \ + CONFIG_NFT_QUEUE=n \ CONFIG_NF_TABLES_ARP=n \ CONFIG_NF_TABLES_BRIDGE=n \ $(KCONFIG_NFT_CORE) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
