package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / libdnet / Config.in
blobe78bdedaba55c54bb4c692c26b49c2eb9d88db7b
1 config BR2_PACKAGE_LIBDNET
2         bool "libdnet"
3         help
4           libdnet - simplified interface to low-level networking routines.
6           http://libdnet.sourceforge.net/
8 if BR2_PACKAGE_LIBDNET
10 config BR2_PACKAGE_LIBDNET_PYTHON
11         bool "libdnet python module"
12         depends on BR2_PACKAGE_PYTHON
13         help
14           dnet module for python
16 comment "dnet module for python requires python package"
17         depends on !BR2_PACKAGE_PYTHON
19 endif