summaryrefslogtreecommitdiffstats
path: root/package/radvd/Config.in
blob: 71f2f34883b565018bfbce7a3c2bb7ec248d4d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config BR2_PACKAGE_RADVD
	bool "radvd"
	# libdaemon uses fork()
	depends on BR2_USE_MMU
	select BR2_PACKAGE_FLEX
	select BR2_PACKAGE_LIBDAEMON
	depends on BR2_INET_IPV6
	# uClibc too old, does not define ARPHRD_IEEE802154
	depends on !BR2_avr32
	help
	  IPv6 Router Advertisement Daemon.

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

comment "radvd needs a toolchain w/ IPv6"
	depends on BR2_USE_MMU
	depends on !BR2_INET_IPV6
	depends on !BR2_avr32
OpenPOWER on IntegriCloud