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://207.154.207.93/?a=commitdiff_plain;h=7b3e5e91928f66903f072e3d09966c529c7b01fb;p=15.05%2Fopenwrt.git netfilter: add missing symbol to disable nft_queue Signed-off-by: Nicolas Thill git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42600 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk index 91fb4059b7..8ccd2e2c22 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)