diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-30 18:55:52 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-30 18:55:52 +0000 |
commit | e240cc0ea62aa7404ccf6187cc95cf6370212bef (patch) | |
tree | dce7c27a867c504bd1f1509244405407154d9da9 /package/ipset | |
parent | 63402121b00ae8736c66f25b96aa10b2d8fe4e73 (diff) |
improve dependency handling, fix some package makefile bugs
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3843 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipset')
-rw-r--r-- | package/ipset/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile index 8cfdee94e6..7358f03a7c 100644 --- a/package/ipset/Makefile +++ b/package/ipset/Makefile @@ -17,8 +17,7 @@ include $(TOPDIR)/package/rules.mk define Package/ipset SECTION:=base CATEGORY:=Network -DEFAULT:=y -DEPENDS:=kmod-iptables-extra +DEPENDS:=+kmod-iptables-extra TITLE:=Netfilter ip sets administration utility DESCRIPTION:=Netfilter ip sets administration utility URL:=http://ipset.netfilter.org/ |