From e6de92cdcc31c68c56fa0c5b0c82ee4c56a95218 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Fri, 26 Jan 2018 14:40:25 +0800 Subject: iptables: make kmod-ipt-debug part of default ALL build The iptables TRACE target is only available in raw table that's why the dependency was moved from iptables-mod-trace into kmod-ipt-debug Fixes FS#1219 Signed-off-by: Yousong Zhou --- package/kernel/linux/modules/netfilter.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/kernel') diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk index f458457500..097c0cab03 100644 --- a/package/kernel/linux/modules/netfilter.mk +++ b/package/kernel/linux/modules/netfilter.mk @@ -447,10 +447,9 @@ $(eval $(call KernelPackage,ipt-nfqueue)) define KernelPackage/ipt-debug TITLE:=Module for debugging/development KCONFIG:=$(KCONFIG_IPT_DEBUG) - DEFAULT:=n FILES:=$(foreach mod,$(IPT_DEBUG-m),$(LINUX_DIR)/net/$(mod).ko) AUTOLOAD:=$(call AutoProbe,$(notdir $(IPT_DEBUG-m))) - $(call AddDepends/ipt) + $(call AddDepends/ipt,+kmod-ipt-raw +IPV6:kmod-ipt-raw6) endef define KernelPackage/ipt-debug/description -- cgit v1.2.3