aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-06-27 15:33:05 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-06-27 15:33:05 +0000
commitfe7c236a0632e89ed21d61097fd5ae9f41160196 (patch)
tree4a15d54e9de3fab602ba5f35db25ed4c9bb7011f
parent9e4d188e77c03d8237ed7af3794e9e72927933e3 (diff)
downloadupstream-fe7c236a0632e89ed21d61097fd5ae9f41160196.tar.gz
upstream-fe7c236a0632e89ed21d61097fd5ae9f41160196.tar.bz2
upstream-fe7c236a0632e89ed21d61097fd5ae9f41160196.zip
6relayd: prevent build on AVR32
AVR32 misses a bunch of updated syscalls, including timerfd_create() which is used by 6relayd. Since that requires Linux/libc changes, just prevent building it for now. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37040
-rw-r--r--package/network/ipv6/6relayd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/6relayd/Makefile b/package/network/ipv6/6relayd/Makefile
index bd1580b48a..f04a96d50c 100644
--- a/package/network/ipv6/6relayd/Makefile
+++ b/package/network/ipv6/6relayd/Makefile
@@ -26,7 +26,7 @@ define Package/6relayd
SECTION:=net
CATEGORY:=Network
TITLE:=DHCPv6(-PD)/RA Server & Relay
- DEPENDS:=+kmod-ipv6
+ DEPENDS:=+kmod-ipv6 @!TARGET_avr32
endef
define Package/6relayd/description