xref: /OK3568_Linux_fs/buildroot/package/python-pypcap/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_PYPCAP
2	bool "python-pypcap"
3	depends on BR2_PACKAGE_PYTHON
4	select BR2_PACKAGE_LIBPCAP
5	help
6	  The pypcap module is an object-oriented wrapper of the C
7	  libpcap library.
8
9	  https://github.com/dugsong/pypcap
10