The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libdnet / Config.in
1 config BR2_PACKAGE_LIBDNET
2         bool "libdnet"
3         help
4           libdnet - simplified interface to low-level networking routines.
5
6           http://libdnet.sourceforge.net/
7
8 if BR2_PACKAGE_LIBDNET
9
10 config BR2_PACKAGE_LIBDNET_PYTHON
11         bool "libdnet python module"
12         depends on BR2_PACKAGE_PYTHON
13         help
14           dnet module for python
15
16 comment "dnet module for python requires python package"
17         depends on !BR2_PACKAGE_PYTHON
18
19 endif