summaryrefslogtreecommitdiff
path: root/package/kexec-tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-24 10:58:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-24 10:58:47 +0200
commitff99570612d9d23292d3c7d91b31de6fba35a580 (patch)
tree3ac09ffae1e5849e7e8f301dc7811dba3591a866 /package/kexec-tools
parent00be675757c5f006fae941c516fb0babf4fc5ca7 (diff)
fix m68k allmodconfig build
Diffstat (limited to 'package/kexec-tools')
-rw-r--r--package/kexec-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile
index 0edd45ea9..7f6332a3f 100644
--- a/package/kexec-tools/Makefile
+++ b/package/kexec-tools/Makefile
@@ -14,7 +14,7 @@ PKG_BUILDEP:= zlib
PKG_URL:= http://kernel.org/pub/linux/utils/kernel/kexec/
PKG_SITES:= http://kernel.org/pub/linux/utils/kernel/kexec/
-PKG_ARCH_DEPENDS:= !cris !avr32 !mips
+PKG_ARCH_DEPENDS:= !cris !avr32 !mips !m68k
PKG_CFLINE_KEXEC_TOOLS:= select ADK_KERNEL_KEXEC
include $(TOPDIR)/mk/package.mk