fix typos in [11073]

SVN-Revision: 11094
This commit is contained in:
Nicolas Thill 2008-05-09 07:16:15 +00:00
parent 648a6a6546
commit d7f96cfa50
1 changed files with 2 additions and 2 deletions

View File

@ -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_NATHELPER-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
AUTOLOAD:=$(call AutoLoad,40,$(notdir $(IPT_NAT_NATHELPER-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