summaryrefslogtreecommitdiff
path: root/package/kernel/modules/netfilter.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-10-28 13:24:41 +0000
committerNicolas Thill <nico@openwrt.org>2011-10-28 13:24:41 +0000
commitab29084cdbd0b1aca1cff4d56856bbdadb065132 (patch)
tree1eb3682601fbb182427cf77646bb5ba3342d6f0c /package/kernel/modules/netfilter.mk
parentfb1297dd1ff528abfa136ac800c85e47e546ce50 (diff)
downloadmtk-20170518-ab29084cdbd0b1aca1cff4d56856bbdadb065132.zip
mtk-20170518-ab29084cdbd0b1aca1cff4d56856bbdadb065132.tar.gz
mtk-20170518-ab29084cdbd0b1aca1cff4d56856bbdadb065132.tar.bz2
package/kernel: prefix library modules with lib-
SVN-Revision: 28656
Diffstat (limited to 'package/kernel/modules/netfilter.mk')
-rw-r--r--package/kernel/modules/netfilter.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/netfilter.mk b/package/kernel/modules/netfilter.mk
index 64c4555..713d8cb 100644
--- a/package/kernel/modules/netfilter.mk
+++ b/package/kernel/modules/netfilter.mk
@@ -89,7 +89,7 @@ define KernelPackage/ipt-filter
KCONFIG:=$(KCONFIG_IPT_FILTER)
FILES:=$(foreach mod,$(IPT_FILTER-m),$(LINUX_DIR)/net/$(mod).ko)
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_FILTER-m)))
- $(call AddDepends/ipt,+kmod-textsearch)
+ $(call AddDepends/ipt,+kmod-lib-textsearch)
endef
define KernelPackage/ipt-filter/description
@@ -206,7 +206,7 @@ define KernelPackage/ipt-nathelper-extra
KCONFIG:=$(KCONFIG_IPT_NATHELPER_EXTRA)
FILES:=$(foreach mod,$(IPT_NATHELPER_EXTRA-m),$(LINUX_DIR)/net/$(mod).ko)
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_NATHELPER_EXTRA-m)))
- $(call AddDepends/ipt,+kmod-ipt-nat +kmod-textsearch)
+ $(call AddDepends/ipt,+kmod-ipt-nat +kmod-lib-textsearch)
endef
define KernelPackage/ipt-nathelper-extra/description