1config 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 9if BR2_PACKAGE_LIBDNET 10 11config BR2_PACKAGE_LIBDNET_PYTHON 12 bool "libdnet python module" 13 depends on BR2_PACKAGE_PYTHON 14 help 15 dnet module for python 16 17comment "dnet module for python requires python package" 18 depends on !BR2_PACKAGE_PYTHON 19 20endif 21