From: Nicolas Thill Date: Wed, 17 Sep 2014 14:28:05 +0000 (+0000) Subject: netfilter: add missing symbol to disable nft_queue X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=508c9de93eb32d3b2a66ee470bb95b573ed819bf;p=openwrt%2Fstaging%2Frmilecki.git netfilter: add missing symbol to disable nft_queue Signed-off-by: Nicolas Thill SVN-Revision: 42600 --- diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk index 91fb4059b73..8ccd2e2c22c 100644 --- a/package/kernel/linux/modules/netfilter.mk +++ b/package/kernel/linux/modules/netfilter.mk @@ -736,6 +736,7 @@ define KernelPackage/nft-core 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)