summaryrefslogtreecommitdiffstats
path: root/package/radvd/Config.in
blob: 90c1fd4cfb1c8c20491d92bc4fb31f2925382637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config BR2_PACKAGE_RADVD
	bool "radvd"
	select BR2_PACKAGE_FLEX
	select BR2_PACKAGE_FLEX_LIBFL
	select BR2_PACKAGE_LIBDAEMON
	depends on BR2_INET_IPV6
	help
	  IPv6 Router Advertisement Daemon.

	  http://www.litech.org/radvd/

comment "radvd requires a toolchain with IPV6 support"
	depends on !BR2_INET_IPV6