summaryrefslogtreecommitdiffstats
path: root/package/radvd
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-05-12 22:04:08 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-12 22:11:03 +0200
commite37f97527e4aeb8a4b3b34002dadc5a55b808455 (patch)
treef5e62174d9c2c79927ad74b1933c7a3ae507040f /package/radvd
parentc2e4f742f2210e92612ffc7543e3ea2d15d44125 (diff)
downloadbuildroot-e37f97527e4aeb8a4b3b34002dadc5a55b808455.tar.gz
buildroot-e37f97527e4aeb8a4b3b34002dadc5a55b808455.zip
radvd: not available on AVR32
radvd needs some C library definitions not available in old uClibc versions. Since we don't care much about AVR32, we simply disallow the radvd package on this architecture. Fixes: http://autobuild.buildroot.org/results/f03/f0367a30e8d772eb5e955a85b853ec3e43fe54b3/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/radvd')
-rw-r--r--package/radvd/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/radvd/Config.in b/package/radvd/Config.in
index 6edfd7c015..71f2f34883 100644
--- a/package/radvd/Config.in
+++ b/package/radvd/Config.in
@@ -5,6 +5,8 @@ config BR2_PACKAGE_RADVD
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.
@@ -13,3 +15,4 @@ config BR2_PACKAGE_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