mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 05:12:29 +02:00
[kernel] ipt-extra not broken on kernel 2.6.28 any more as CHAOS, TARPIT and DELUDE references were removed in r14461
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14779 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
df7f1b56e6
commit
5c003b4c49
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user