From: nico Date: Wed, 17 Sep 2014 14:28:05 +0000 (+0000) Subject: netfilter: add missing symbol to disable nft_queue X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=a5019db0c5b479a50e30d068b27704c348ef1441;p=openwrt.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)