diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-16 11:52:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-16 11:52:29 +0200 |
commit | 3cbf295665a341bc0dfd906e8910614f01681572 (patch) | |
tree | a655f5d3125dac4cd3fbf7ab2229d3c60aa81c09 /package/util-linux | |
parent | 6f095fc90d183f9917ef31bc4e657edefa33fbfa (diff) |
disable for m68k
Diffstat (limited to 'package/util-linux')
-rw-r--r-- | package/util-linux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 8ca5eec63..76d482629 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -13,6 +13,8 @@ PKG_BUILDDEP:= ncurses PKG_SITES:= http://www.kernel.org/pub/linux/utils/util-linux/v2.23/ PKG_NOPARALLEL:= 1 +PKG_ARCH_DEPENDS:= !m68k + DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SUBPKGS:= FDISK SFDISK SWAP_UTILS LOSETUP MCOOKIE MOUNT |