summaryrefslogtreecommitdiffstats
path: root/rules/unstrung.in
diff options
context:
space:
mode:
authorAlexander Aring <aar@pengutronix.de>2016-04-27 17:54:20 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-17 08:28:33 +0200
commit32dc89d1684015aac52d3ed813432020f06a904a (patch)
treec9220f4bf1ac3f1e98af10a8393fc7f60579c2f5 /rules/unstrung.in
parent8d0b85d2981a9f4978b37b94ae3925031b21dfd4 (diff)
downloadptxdist-32dc89d1684015aac52d3ed813432020f06a904a.tar.gz
ptxdist-32dc89d1684015aac52d3ed813432020f06a904a.tar.xz
unstrung: initial commit
Cc: Michael Richardson <mcr@sandelman.ca> Signed-off-by: Alexander Aring <aar@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/unstrung.in')
-rw-r--r--rules/unstrung.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/rules/unstrung.in b/rules/unstrung.in
new file mode 100644
index 000000000..61b87a99f
--- /dev/null
+++ b/rules/unstrung.in
@@ -0,0 +1,26 @@
+## SECTION=networking
+
+menuconfig UNSTRUNG
+ tristate
+ prompt "unstrung "
+ select BOOST
+ select LIBPCAP
+ select LIBUSB
+ help
+ Unstrung is an implementation of the IETF ROLL Working Group's RPL
+ RFC6550 routing protocol. RPL is pronounced Ripple. RPL is an IETF
+ protocol that provides connectivity among nodes that can not all
+ hear each other, but rather have to form a multihop mesh-like
+ network.
+
+if UNSTRUNG
+
+config UNSTRUNG_TESTING
+ bool
+ prompt "testing tools"
+ help
+ If enabled testing programs peck, senddio, senddao will be builed and
+ installed.
+
+endif
+