mark ipset as 2.6 only
authorFelix Fietkau <nbd@openwrt.org>
Sat, 20 Oct 2007 20:03:52 +0000 (20:03 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 20 Oct 2007 20:03:52 +0000 (20:03 +0000)
SVN-Revision: 9382

package/ipset/Makefile

index 183b76ec77d3ecac74f8dd965185940d0e9ef9f7..a69cbd34791c32a2c4d562427ebd55681148055a 100644 (file)
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/ipset
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=@!TARGET_etrax
+  DEPENDS:=@!TARGET_etrax @LINUX_2_6
   TITLE:=Netfilter ip sets administration utility
   URL:=http://ipset.netfilter.org/
 endef