|
@@ -24,12 +24,7 @@ PKG_INSTALL:=1
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
|
-define Package/ipset/Default
|
|
|
- DEPENDS:= @(!(TARGET_ps3||TARGET_pxcab)||BROKEN)
|
|
|
-endef
|
|
|
-
|
|
|
define Package/ipset
|
|
|
-$(call Package/ipset/Default)
|
|
|
SECTION:=net
|
|
|
CATEGORY:=Network
|
|
|
DEPENDS+= +kmod-ipt-ipset +libmnl
|
|
@@ -72,7 +67,6 @@ define Package/ipset/install
|
|
|
endef
|
|
|
|
|
|
define KernelPackage/ipt-ipset
|
|
|
-$(call Package/ipset/Default)
|
|
|
SUBMENU:=Netfilter Extensions
|
|
|
TITLE:=IPset netfilter modules
|
|
|
DEPENDS+= +kmod-ipt-core +kmod-nfnetlink
|