Add raw and NOTRACK targets (#1583)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6945 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Florian Fainelli
2007-04-13 11:28:45 +00:00
parent 06534fdf3c
commit 20b3fd837d
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)))