mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-11 06:54:21 +00:00
kernel: make kmod-ipt-filter available on brcm-2.4, kernel 2.4 provides a textsearch implementation
SVN-Revision: 15549
This commit is contained in:
parent
6a2d23513d
commit
029e43443b
@ -78,7 +78,7 @@ define KernelPackage/ipt-filter
|
|||||||
KCONFIG:=$(KCONFIG_IPT_FILTER)
|
KCONFIG:=$(KCONFIG_IPT_FILTER)
|
||||||
FILES:=$(foreach mod,$(IPT_FILTER-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
|
FILES:=$(foreach mod,$(IPT_FILTER-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
|
||||||
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_FILTER-m)))
|
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_FILTER-m)))
|
||||||
DEPENDS:= kmod-ipt-core +kmod-textsearch
|
DEPENDS:= kmod-ipt-core @LINUX_2_4||+kmod-textsearch
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/ipt-filter/description
|
define KernelPackage/ipt-filter/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user