1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

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

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