diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-08 07:24:02 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-08 07:24:02 +0000 |
commit | e3aa23757bc379a31c1e0733325ea8fcb8d58083 (patch) | |
tree | 17e75dfae79bd934dfd4f1b41b32cca89f5ee5f1 /package/ipset/Config.in | |
parent | 6366264aebf6f2f8bd613dfb783caa30e6238465 (diff) | |
download | upstream-e3aa23757bc379a31c1e0733325ea8fcb8d58083.tar.gz upstream-e3aa23757bc379a31c1e0733325ea8fcb8d58083.tar.bz2 upstream-e3aa23757bc379a31c1e0733325ea8fcb8d58083.zip |
add ipset userland
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipset/Config.in')
-rw-r--r-- | package/ipset/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/ipset/Config.in b/package/ipset/Config.in new file mode 100644 index 0000000000..c1d3072064 --- /dev/null +++ b/package/ipset/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_IPSET + tristate "ipset - Netfilter ip sets administration utility" + default m if CONFIG_DEVEL + help + Netfilter ip sets administration utility + + http://ipset.netfilter.org/ + + |