projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0168941
)
fix typos in [11073]
author
Nicolas Thill
<nico@openwrt.org>
Fri, 9 May 2008 07:16:15 +0000
(07:16 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 9 May 2008 07:16:15 +0000
(07:16 +0000)
SVN-Revision: 11094
package/kernel/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netfilter.mk
b/package/kernel/modules/netfilter.mk
index af68d079c7587d0bed5b723657b569ab2930d45d..9262605abc84ccb19b79adaec4d28aa4d79e3c78 100644
(file)
--- a/
package/kernel/modules/netfilter.mk
+++ b/
package/kernel/modules/netfilter.mk
@@
-112,8
+112,8
@@
define KernelPackage/ipt-nathelper
SUBMENU:=$(NF_MENU)
TITLE:=Default Conntrack and NAT helpers
KCONFIG:=$(KCONFIG_IPT_NATHELPER)
- FILES:=$(foreach mod,$(IPT_NAT
_NAT
HELPER-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
- AUTOLOAD:=$(call AutoLoad,40,$(notdir $(IPT_NAT
_NAT
HELPER-m)))
+ FILES:=$(foreach mod,$(IPT_NATHELPER-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
+ AUTOLOAD:=$(call AutoLoad,40,$(notdir $(IPT_NATHELPER-m)))
endef
define KernelPackage/ipt-nathelper/description