1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
2007-04-13 11:28:45 +00:00
parent 90added10f
commit 9a3dff24f5
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)))