[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-a3cf2f4a3e73master
parent
5b60e9ff90
commit
3724a89fd6
|
@ -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