include $(INCLUDE_DIR)/package.mk
+define Package/ipset/Default
+ DEPENDS:= @LINUX_2_6 @(!(TARGET_ps3||TARGET_pxcab)||BROKEN)
+endef
+
define Package/ipset
+$(call Package/ipset/Default)
SECTION:=net
CATEGORY:=Network
- DEPENDS:= @LINUX_2_6 +iptables-mod-ipset +kmod-ipt-ipset
+ DEPENDS+= +iptables-mod-ipset +kmod-ipt-ipset
TITLE:=IPset administration utility
URL:=http://ipset.netfilter.org/
endef
endef
define KernelPackage/ipt-ipset
+$(call Package/ipset/Default)
SUBMENU:=Netfilter Extensions
TITLE:=IPset netfilter modules
- DEPENDS:= @LINUX_2_6 kmod-ipt-core
+ DEPENDS+= kmod-ipt-core
FILES:=$(foreach mod,$(IPSET_MODULES),$(PKG_BUILD_DIR)/kernel/$(mod).ko)
AUTOLOAD:=$(call AutoLoad,46,$(IPSET_MODULES))
endef