Config.in 418 B

12345678910111213141516
  1. config BR2_PACKAGE_LIBDNET
  2. bool "libdnet"
  3. help
  4. libdnet - simplified interface to low-level networking routines.
  5. http://libdnet.sourceforge.net/
  6. config BR2_PACKAGE_LIBDNET_PYTHON
  7. bool "libdnet python module"
  8. depends on BR2_PACKAGE_LIBDNET && BR2_PACKAGE_PYTHON
  9. help
  10. dnet module for python
  11. comment "dnet module for python requires python package"
  12. depends on BR2_PACKAGE_LIBDNET && !BR2_PACKAGE_PYTHON