summaryrefslogtreecommitdiff
path: root/package/afpfs-ng
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-23 21:16:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-24 20:56:01 +0200
commit59937a1be2387d295cf92504ca3029e3eedcb4f2 (patch)
treeb25e42d34014cc8ac1e0bfda5782b95fba546fba /package/afpfs-ng
parentff5d362275d83a082a3c6a455e0935b1c952cfd6 (diff)
disable for mips
Diffstat (limited to 'package/afpfs-ng')
-rw-r--r--package/afpfs-ng/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/afpfs-ng/Makefile b/package/afpfs-ng/Makefile
index 432cea977..88f6f831c 100644
--- a/package/afpfs-ng/Makefile
+++ b/package/afpfs-ng/Makefile
@@ -23,6 +23,8 @@ PKG_SUBPKGS:= AFPFS_NG LIBAFPCLIENT
PKGSD_LIBAFPCLIENT:= afp client library
PKGSC_LIBAFPCLIENT:= libs/net
+PKG_ARCH_DEPENDS:= !mips !mipsel
+
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
include $(ADK_TOPDIR)/mk/package.mk