mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 01:41:41 +00:00
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 <yszhou4tech@gmail.com>
This commit is contained in:
parent
6ea9a702c5
commit
fbeae9d891
@ -446,10 +446,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
|
||||
|
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=iptables
|
||||
PKG_VERSION:=1.4.21
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
|
||||
@ -204,7 +204,7 @@ define Package/iptables-mod-nflog/description
|
||||
endef
|
||||
|
||||
define Package/iptables-mod-trace
|
||||
$(call Package/iptables/Module, +kmod-ipt-debug +kmod-ipt-raw)
|
||||
$(call Package/iptables/Module, +kmod-ipt-debug)
|
||||
TITLE:=Netfilter TRACE target
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user