summaryrefslogtreecommitdiffstats
path: root/rules/libndp.in
blob: e25d58c6e606e729ef52f20b22b9b372a37336c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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