diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-27 00:45:05 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-27 00:45:05 +0000 |
commit | 8d83b9da07168b67b59730f87369c80fc82a67a2 (patch) | |
tree | 1126183e4a1b9457c0afbf114c05ef15a7ff4168 /package | |
parent | ff59c60ac0d820470b4e12c303211652cb7c6338 (diff) | |
download | upstream-8d83b9da07168b67b59730f87369c80fc82a67a2.tar.gz upstream-8d83b9da07168b67b59730f87369c80fc82a67a2.tar.bz2 upstream-8d83b9da07168b67b59730f87369c80fc82a67a2.zip |
Also mark ipset as broken
SVN-Revision: 7740
Diffstat (limited to 'package')
-rw-r--r-- | package/ipset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile index f472d0c9b9..8926e7a86a 100644 --- a/package/ipset/Makefile +++ b/package/ipset/Makefile @@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ipset SECTION:=net CATEGORY:=Network + DEPENDS:=@BROKEN TITLE:=Netfilter ip sets administration utility URL:=http://ipset.netfilter.org/ endef |