Add raw and NOTRACK targets (#1583)

SVN-Revision: 6945
This commit is contained in:
Florian Fainelli
2007-04-13 11:28:45 +00:00
parent beef95b724
commit cd65230eea
9 changed files with 7 additions and 12 deletions

View File

@@ -170,7 +170,9 @@ define KernelPackage/ipt-extra
- ipt_owner \\\
- ipt_physdev \\\
- ipt_pkttype \\\
- ipt_recent
- ipt_recent \\\
- iptable_raw \\\
- xt_NOTRACK
FILES:=$(foreach mod,$(IPT_EXTRA-m),$(MODULES_DIR)/kernel/net/$(mod).$(LINUX_KMOD_SUFFIX))
SUBMENU:=$(NFMENU)
AUTOLOAD:=$(call AutoLoad,40,$(notdir $(IPT_EXTRA-m)))