1config BR2_PACKAGE_LIBMNL
2	bool "libmnl"
3	help
4	  libmnl is a minimalistic user-space library oriented
5	  to Netlink developers.
6
7	  http://netfilter.org/projects/libmnl/
8
9if BR2_PACKAGE_LIBMNL
10
11config BR2_PACKAGE_LIBMNL_EXAMPLES
12	bool "install examples"
13	help
14	  Install binary examples.
15
16endif
17