[etrax] Update and add patches
[openwrt.git] / package / kernel / modules / netfilter.mk
index 0d86adf..c17c8a8 100644 (file)
@@ -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
This page took 0.022818 seconds and 4 git commands to generate.