2008-09-04 07:50:31 +02:00
|
|
|
config BR2_PACKAGE_LIBDNET
|
|
|
|
bool "libdnet"
|
|
|
|
help
|
|
|
|
libdnet - simplified interface to low-level networking routines.
|
|
|
|
|
|
|
|
http://libdnet.sourceforge.net/
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_LIBDNET
|
|
|
|
|
2008-09-04 07:50:31 +02:00
|
|
|
config BR2_PACKAGE_LIBDNET_PYTHON
|
|
|
|
bool "libdnet python module"
|
2013-12-20 22:31:30 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON
|
2008-09-04 07:50:31 +02:00
|
|
|
help
|
|
|
|
dnet module for python
|
|
|
|
|
|
|
|
comment "dnet module for python requires python package"
|
2013-12-20 22:31:30 +01:00
|
|
|
depends on !BR2_PACKAGE_PYTHON
|
|
|
|
|
|
|
|
endif
|