diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-17 10:16:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-17 10:16:39 +0200 |
commit | 59161fbfcb5c72b28491056f85785528f3e444f1 (patch) | |
tree | 3bf119831eb5852c7b2f1bd2c8d5194fa29f64da /package | |
parent | c372856681e45811469eea742ae205334d3e203c (diff) | |
parent | efd624e7924ee0456ea18a1958f38cc9ea52a963 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 |