1config BR2_PACKAGE_IPSET
2	bool "ipset"
3	select BR2_PACKAGE_LIBMNL
4	help
5	  Utility to manage IP sets in the linux kernel.
6	  Requires a patched kernel or version >=2.6.39.
7
8	  http://ipset.netfilter.org/
9