summaryrefslogtreecommitdiff
path: root/package/kexec-tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-12-18 17:27:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-12-18 17:27:43 +0100
commit517022211cab2644bac88865e29af726f1aafeaf (patch)
treed25531af4c6bcad044cadfd39f2892c059cd1ce1 /package/kexec-tools
parente2c3a79b3e8b7527d62889175b4b131c0a059e18 (diff)
avr32 workarounds
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 bb7636cd4..24e5b1bbf 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
+PKG_ARCH_DEPENDS:= !cris !avr32
PKG_CFLINE_KEXEC_TOOLS:= select ADK_KERNEL_KEXEC
include $(TOPDIR)/mk/package.mk