projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a2d235
)
kernel: make kmod-ipt-filter available on brcm-2.4, kernel 2.4 provides a textsearch...
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 1 May 2009 22:59:07 +0000
(22:59 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 1 May 2009 22:59:07 +0000
(22:59 +0000)
SVN-Revision: 15549
package/kernel/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netfilter.mk
b/package/kernel/modules/netfilter.mk
index 6226c7e246cb14ecfff59da82298cc1eb545fb1d..45ae41f926c695777ab05869ad768ca86d7a9990 100644
(file)
--- a/
package/kernel/modules/netfilter.mk
+++ b/
package/kernel/modules/netfilter.mk
@@
-78,7
+78,7
@@
define KernelPackage/ipt-filter
KCONFIG:=$(KCONFIG_IPT_FILTER)
FILES:=$(foreach mod,$(IPT_FILTER-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_FILTER-m)))
- DEPENDS:= kmod-ipt-core +kmod-textsearch
+ DEPENDS:= kmod-ipt-core
@LINUX_2_4||
+kmod-textsearch
endef
define KernelPackage/ipt-filter/description