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
This commit is contained in:
parent
9e4d188e77
commit
fe7c236a06
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue