mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 08:48:08 +00:00
linux: kmod-ipt-filter depends on kmod-ipt-conntrack
SVN-Revision: 37427
This commit is contained in:
parent
1f59f8ed40
commit
dd61797e96
@ -89,7 +89,7 @@ define KernelPackage/ipt-filter
|
|||||||
KCONFIG:=$(KCONFIG_IPT_FILTER)
|
KCONFIG:=$(KCONFIG_IPT_FILTER)
|
||||||
FILES:=$(foreach mod,$(IPT_FILTER-m),$(LINUX_DIR)/net/$(mod).ko)
|
FILES:=$(foreach mod,$(IPT_FILTER-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||||
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_FILTER-m)))
|
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_FILTER-m)))
|
||||||
$(call AddDepends/ipt,+kmod-lib-textsearch)
|
$(call AddDepends/ipt,+kmod-lib-textsearch +kmod-ipt-conntrack)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/ipt-filter/description
|
define KernelPackage/ipt-filter/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user