summaryrefslogtreecommitdiffstats
path: root/rules/python-routing.in
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-03-25 20:53:48 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-28 11:29:52 +0100
commit710c0f7a43d235d0770f51721d783632daaae799 (patch)
tree25990254560713d7aa2fbae1c13969565b552c4c /rules/python-routing.in
parent1a290ff6e1233edebb2423a93a10c4101b5386f4 (diff)
downloadptxdist-710c0f7a43d235d0770f51721d783632daaae799.tar.gz
ptxdist-710c0f7a43d235d0770f51721d783632daaae799.tar.xz
python-routing: 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-routing.in')
-rw-r--r--rules/python-routing.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/python-routing.in b/rules/python-routing.in
new file mode 100644
index 000000000..abfa12c2b
--- /dev/null
+++ b/rules/python-routing.in
@@ -0,0 +1,13 @@
+## SECTION=python
+
+config PYTHON_ROUTING
+ tristate
+ select HOST_CYTHON
+ select PYTHON
+ select LIBNL3
+ prompt "python-routing"
+ help
+ This is yet another python binding for the libnl3. This bidning
+ was written to encompass the "route" module which isn't encompassed
+ by any other libnl3 python binding. The special route module is
+ necessary for the simpleRPL implementation.