xref: /OK3568_Linux_fs/buildroot/package/radvd/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_RADVD
2	bool "radvd"
3	depends on BR2_USE_MMU # fork()
4	help
5	  IPv6 Router Advertisement Daemon.
6
7	  On busybox and sysvinit systems, radvd will be started only if
8	  a /etc/radvd.conf exists.
9
10	  To enable it at build time with systemd, add /etc/radvd.conf
11	  and a /etc/systemd/system-preset/40-radvd.preset file with
12
13	    enable radvd.service
14
15	  http://www.litech.org/radvd/
16