mirror of https://github.com/hak5/openwrt.git
ipt-extra not broken on kernel 2.6.28 any more as CHAOS, TARPIT and DELUDE references were removed in r14461
SVN-Revision: 14779lede-17.01
parent
0b03ed454b
commit
2b64ecf391
|
@ -328,14 +328,13 @@ endef
|
||||||
$(eval $(call KernelPackage,ipt-ipset))
|
$(eval $(call KernelPackage,ipt-ipset))
|
||||||
|
|
||||||
|
|
||||||
# XXX: broken on 2.6.28 to xt_CHAOS module
|
|
||||||
define KernelPackage/ipt-extra
|
define KernelPackage/ipt-extra
|
||||||
SUBMENU:=$(NF_MENU)
|
SUBMENU:=$(NF_MENU)
|
||||||
TITLE:=Extra modules
|
TITLE:=Extra modules
|
||||||
KCONFIG:=$(KCONFIG_IPT_EXTRA)
|
KCONFIG:=$(KCONFIG_IPT_EXTRA)
|
||||||
FILES:=$(foreach mod,$(IPT_EXTRA-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
|
FILES:=$(foreach mod,$(IPT_EXTRA-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
|
||||||
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_EXTRA-m)))
|
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_EXTRA-m)))
|
||||||
DEPENDS:= kmod-ipt-core @LINUX_2_6_28:BROKEN
|
DEPENDS:= kmod-ipt-core
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/ipt-extra/description
|
define KernelPackage/ipt-extra/description
|
||||||
|
|
Loading…
Reference in New Issue