diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-05 13:03:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-05 13:03:40 +0000 |
commit | fe35a1cb8bff1e7bfcf05ba7c59b196127725b2a (patch) | |
tree | fb95acbf610460cc81f303f33c3d8ce5fa676f6e /package/network/utils/ipset | |
parent | ee41729e64be5a79e1024cd10219b35d627e16bf (diff) | |
download | upstream-fe35a1cb8bff1e7bfcf05ba7c59b196127725b2a.tar.gz upstream-fe35a1cb8bff1e7bfcf05ba7c59b196127725b2a.tar.bz2 upstream-fe35a1cb8bff1e7bfcf05ba7c59b196127725b2a.zip |
package: remove references to symbols TARGET_{ps3,pxcab}.
Target pxcab and ps3 were removed from maintaince in r34764 and r34765
respectively.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 43850
Diffstat (limited to 'package/network/utils/ipset')
-rw-r--r-- | package/network/utils/ipset/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile index 16ac8c6e52..4afcae5d49 100644 --- a/package/network/utils/ipset/Makefile +++ b/package/network/utils/ipset/Makefile @@ -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 |