summaryrefslogtreecommitdiffstats
path: root/rules/python-rplicmp.in
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-03-25 20:53:49 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-28 11:29:54 +0100
commit92ce16f4ef00b276f7b3c87235e51a990f0f2017 (patch)
tree126282a94f4bbe23f332149ea17a0722a9cdfd0c /rules/python-rplicmp.in
parent710c0f7a43d235d0770f51721d783632daaae799 (diff)
downloadptxdist-92ce16f4ef00b276f7b3c87235e51a990f0f2017.tar.gz
ptxdist-92ce16f4ef00b276f7b3c87235e51a990f0f2017.tar.xz
python-rplicmp: add new package
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python-rplicmp.in')
-rw-r--r--rules/python-rplicmp.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/python-rplicmp.in b/rules/python-rplicmp.in
new file mode 100644
index 000000000..75fedc509
--- /dev/null
+++ b/rules/python-rplicmp.in
@@ -0,0 +1,11 @@
+## SECTION=python
+
+config PYTHON_RPLICMP
+ tristate
+ prompt "python-rplicmp"
+ select HOST_CYTHON
+ select PYTHON
+ select LIBCAP
+ help
+ This module allows easy creation of ICMPv6 socket in Python tailored to
+ send RPL messages.