cleanup MTD option handling
[openwrt.git] / package / kernel / modules / netfilter.mk
index 45ae41f..34f7680 100644 (file)
@@ -1,3 +1,4 @@
+
 #
 # Copyright (C) 2006-2008 OpenWrt.org
 #
@@ -78,7 +79,7 @@ define KernelPackage/ipt-filter
   KCONFIG:=$(KCONFIG_IPT_FILTER)
   FILES:=$(foreach mod,$(IPT_FILTER-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
   AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_FILTER-m)))
-  DEPENDS:= kmod-ipt-core @LINUX_2_4||+kmod-textsearch
+  DEPENDS:=kmod-ipt-core +LINUX_2_6:kmod-textsearch
 endef
 
 define KernelPackage/ipt-filter/description
This page took 0.021537 seconds and 4 git commands to generate.