1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-13 18:53:54 +02:00

cjdns-tests: Don't build on ARC (#487)

Not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 9f5d42692e)
This commit is contained in:
Rosen Penev 2019-07-29 10:38:51 -07:00 committed by Paul Spooren
parent 01417ad681
commit bf77e5f0e0

View File

@ -57,7 +57,7 @@ define Package/cjdns-tests
TITLE:=cjdns test cases
URL:=https://github.com/cjdelisle/cjdns
MAINTAINER:=Lars Gierth <larsg@systemli.org>
DEPENDS:=+libpthread +librt
DEPENDS:=+libpthread +librt @!arc
endef
define Package/cjdns-test/description