summaryrefslogtreecommitdiffstats
path: root/rules/libndp.in
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-02-20 10:19:00 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-03-01 10:50:55 +0100
commit1f1831afb5617dec060143be51c1607c889320e7 (patch)
tree2cc036bb65c0d216beb83bf7bae1ccfbdd93682a /rules/libndp.in
parent6ac25921e7afb3e1f3d752665678c587ecd221b2 (diff)
downloadptxdist-1f1831afb5617dec060143be51c1607c889320e7.tar.gz
ptxdist-1f1831afb5617dec060143be51c1607c889320e7.tar.xz
libndp: add library for Neighbor Discovery Protocol
Add new package required by the new NetworkManager Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libndp.in')
-rw-r--r--rules/libndp.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/rules/libndp.in b/rules/libndp.in
new file mode 100644
index 000000000..e25d58c6e
--- /dev/null
+++ b/rules/libndp.in
@@ -0,0 +1,19 @@
+## SECTION=system_libraries
+
+menuconfig LIBNDP
+ tristate
+ prompt "libndp "
+ help
+ The libndp package provides a wrapper for IPv6 Neighbor Discovery
+ Protocol. It also provides a tool named ndptool for sending and
+ receiving NDP messages
+
+if LIBNDP
+
+config LIBNDP_NDPTOOL
+ bool
+ prompt "install 'npdtool'"
+ help
+ Install the npdtool into the root filesystem
+
+endif