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

menuconfig RADVD
	bool
	prompt "radvd                         "
	help
	  Router Advertisement Daemon

if RADVD

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

endif