From: Florian Fainelli <florian@openwrt.org>
Date: Sat, 15 Nov 2008 15:38:48 +0000 (+0000)
Subject: kexec-tools does build fine on mips with 2.6.27 kernels, until we update the kexec... 
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=985166f637a80003b1640f9912d09539f3c50c6d;p=openwrt%2Fstaging%2Fneocturne.git

kexec-tools does build fine on mips with 2.6.27 kernels, until we update the kexec-tools version, mask it

SVN-Revision: 13222
---

diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile
index d3d162ee05..c3543f9858 100644
--- a/package/kexec-tools/Makefile
+++ b/package/kexec-tools/Makefile
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/kexec-tools
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=@i386||@TARGET_ps3||@mipsel +zlib
+  DEPENDS:=@i386||@TARGET_ps3||@mipsel +zlib @!LINUX_2_6_27
   TITLE:=Kernel boots kernel
   URL:=http://kernel.org/pub/linux/kernel/people/horms/kexec-tools/
   MENU:=1