Config.in 296 B

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