summaryrefslogtreecommitdiff
path: root/package/python-dpkt/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-dpkt/Config.in')
-rw-r--r--package/python-dpkt/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/python-dpkt/Config.in b/package/python-dpkt/Config.in
new file mode 100644
index 000000000..aac9f09c9
--- /dev/null
+++ b/package/python-dpkt/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_PYTHON_DPKT
+ bool "python-dpkt"
+ depends on BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON_ZLIB
+ help
+ Fast, simple packet creation / parsing, with definitions
+ for the basic TCP/IP protocols.
+
+ http://code.google.com/p/dpkt/
+
+