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

menuconfig RADVD
	tristate
	prompt "radvd                         "
	help
	  Router Advertisement Daemon

if RADVD

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

endif