projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b60e9f
)
[kernel] ipt-extra not broken on kernel 2.6.28 any more as CHAOS, TARPIT and DELUDE...
author
Hauke Mehrtens
<hauke@openwrt.org>
Sat, 7 Mar 2009 16:56:23 +0000
(16:56 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Sat, 7 Mar 2009 16:56:23 +0000
(16:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14779
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netfilter.mk
b/package/kernel/modules/netfilter.mk
index
6c813bb
..
8a844c6
100644
(file)
--- a/
package/kernel/modules/netfilter.mk
+++ b/
package/kernel/modules/netfilter.mk
@@
-328,14
+328,13
@@
endef
$(eval $(call KernelPackage,ipt-ipset))
-# XXX: broken on 2.6.28 to xt_CHAOS module
define KernelPackage/ipt-extra
SUBMENU:=$(NF_MENU)
TITLE:=Extra modules
KCONFIG:=$(KCONFIG_IPT_EXTRA)
FILES:=$(foreach mod,$(IPT_EXTRA-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_EXTRA-m)))
- DEPENDS:= kmod-ipt-core
@LINUX_2_6_28:BROKEN
+ DEPENDS:= kmod-ipt-core
endef
define KernelPackage/ipt-extra/description