summaryrefslogtreecommitdiffstats
path: root/package/python-pypcap/Config.in
diff options
context:
space:
mode:
authorMatt Weber <mlweber1@rockwellcollins.com>2014-04-10 22:39:54 -0500
committerPeter Korsgaard <peter@korsgaard.com>2014-04-11 22:01:23 +0200
commitc8b281354c934f2b03eb6e7d8dfb03284983c4ce (patch)
tree68c2e714581e2cd48e722e00738904b1412ac51b /package/python-pypcap/Config.in
parentd26482762ca75f04cf4cde3f5e7195d810bac9f5 (diff)
downloadbuildroot-c8b281354c934f2b03eb6e7d8dfb03284983c4ce.tar.gz
buildroot-c8b281354c934f2b03eb6e7d8dfb03284983c4ce.zip
pypcap: new package
Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-pypcap/Config.in')
-rw-r--r--package/python-pypcap/Config.in8
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/
OpenPOWER on IntegriCloud