diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-27 00:45:05 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-27 00:45:05 +0000 |
commit | 1f10e341951fcff9f4f208261703eb9db6bf0fcf (patch) | |
tree | 707ed772598c8ca1a468fb3d5b26f281ed322055 | |
parent | 11e9b89772dcf500914302cd107bd8700fab77d5 (diff) |
Also mark ipset as broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7740 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |