summaryrefslogtreecommitdiffstats
path: root/rules/unstrung.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/unstrung.in')
-rw-r--r--rules/unstrung.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/rules/unstrung.in b/rules/unstrung.in
deleted file mode 100644
index 67bd2a1d1..000000000
--- a/rules/unstrung.in
+++ /dev/null
@@ -1,31 +0,0 @@
-## SECTION=staging
-## old section:
-### 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.
-
- STAGING: remove in ptxdist-2021.05.0
- Upstream seems to be mostly dead. Fails to build with gcc >= 9.x.
-
-if UNSTRUNG
-
-config UNSTRUNG_TESTING
- bool
- prompt "testing tools"
- help
- If enabled testing programs peck, senddio, senddao will be builed and
- installed.
-
-endif
-