Skip to content
Snippets Groups Projects
Commit abb9c978 authored by florian's avatar florian
Browse files

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: default avatarFlorian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37040 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 5b5a75fd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment