summaryrefslogtreecommitdiffstats
path: root/package/radvd/Config.in
blob: e74777c0465a65cd887fe2a51056e128d1bd4b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_RADVD
	bool "radvd"
	depends on BR2_USE_MMU # fork()
	depends on BR2_INET_IPV6
	# uClibc too old, does not define ARPHRD_IEEE802154
	depends on !BR2_avr32
	select BR2_PACKAGE_FLEX
	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