diff options
Diffstat (limited to 'package/python-pypcap/Config.in')
-rw-r--r-- | package/python-pypcap/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-pypcap/Config.in b/package/python-pypcap/Config.in new file mode 100644 index 0000000000..ed336ca356 --- /dev/null +++ b/package/python-pypcap/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_PYPCAP + bool "python-pypcap" + depends on BR2_PACKAGE_PYTHON + select BR2_PACKAGE_LIBPCAP + help + The pypcap module is an object-oriented wrapper of the C libpcap library. + + https://code.google.com/p/pypcap/ |