diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-16 18:00:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-16 18:00:19 +0200 |
commit | 94f93c55a89f4d0b686a97f20dae65afe37823ce (patch) | |
tree | 3fa4719c263038d3bd0702f6cf216b205e5cbce5 /package | |
parent | 3cbf295665a341bc0dfd906e8910614f01681572 (diff) |
disable for m68k
Diffstat (limited to 'package')
-rw-r--r-- | package/adkinstall/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/adkinstall/Makefile b/package/adkinstall/Makefile index 8cea27683..9d5d74cfd 100644 --- a/package/adkinstall/Makefile +++ b/package/adkinstall/Makefile @@ -11,6 +11,8 @@ PKG_SECTION:= base PKG_DEPENDS:= parted sfdisk mke2fs PKG_URL:= http://openadk.org/ +PKG_ARCH_DEPENDS:= !m68k + WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION} NO_DISTFILES:= 1 |