summaryrefslogtreecommitdiff
path: root/package/kernel/modules/netfilter.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-02-02 15:48:52 +0000
committerNicolas Thill <nico@openwrt.org>2009-02-02 15:48:52 +0000
commitb1ba71cbd2fa44d6b291ff78ebb4199b68d44508 (patch)
treedd1bbe55657418d894e4758c4fb983c210717bb8 /package/kernel/modules/netfilter.mk
parentd23edab3217270d04bd4aa73decf5dcbdef4ec66 (diff)
downloadmtk-20170518-b1ba71cbd2fa44d6b291ff78ebb4199b68d44508.zip
mtk-20170518-b1ba71cbd2fa44d6b291ff78ebb4199b68d44508.tar.gz
mtk-20170518-b1ba71cbd2fa44d6b291ff78ebb4199b68d44508.tar.bz2
kernel: mark modules that won't build on 2.6.28 as broken
SVN-Revision: 14356
Diffstat (limited to 'package/kernel/modules/netfilter.mk')
-rw-r--r--package/kernel/modules/netfilter.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/modules/netfilter.mk b/package/kernel/modules/netfilter.mk
index 0d86adf..c17c8a8 100644
--- a/package/kernel/modules/netfilter.mk
+++ b/package/kernel/modules/netfilter.mk
@@ -328,13 +328,14 @@ 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
+ DEPENDS:= kmod-ipt-core @LINUX_2_6_28:BROKEN
endef
define KernelPackage/ipt-extra/description