]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libdnet/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / libdnet / Config.in
1 config BR2_PACKAGE_LIBDNET
2         bool "libdnet"
3         help
4           libdnet - simplified interface to low-level networking
5           routines.
6
7           http://libdnet.sourceforge.net/
8
9 if BR2_PACKAGE_LIBDNET
10
11 config BR2_PACKAGE_LIBDNET_PYTHON
12         bool "libdnet python module"
13         depends on BR2_PACKAGE_PYTHON
14         help
15           dnet module for python
16
17 comment "dnet module for python requires python package"
18         depends on !BR2_PACKAGE_PYTHON
19
20 endif