summaryrefslogtreecommitdiffstats
path: root/rules/radvd.in
blob: 9446bba34997c96fe60782b6df8101ba685c6034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=networking

menuconfig RADVD
	bool
	prompt "radvd                         "
	select LIBDAEMON
	help
	  Router Advertisement Daemon

if RADVD

config RADVD_SYSTEMD_SERVICE
	bool "install systemd service file for radvd"
	default y

endif