aboutsummaryrefslogtreecommitdiffstats
path: root/package/kexec-tools
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-11-15 15:38:48 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-11-15 15:38:48 +0000
commit6cad49ed2ff7afb4ace9e494a03e5c36e2ccff82 (patch)
treed6f818eb85c2528cdcda61458392754c3847814b /package/kexec-tools
parentf2f2e64ed4dc164b54b20fb1f4624abfe570280d (diff)
downloadupstream-6cad49ed2ff7afb4ace9e494a03e5c36e2ccff82.tar.gz
upstream-6cad49ed2ff7afb4ace9e494a03e5c36e2ccff82.tar.bz2
upstream-6cad49ed2ff7afb4ace9e494a03e5c36e2ccff82.zip
kexec-tools does build fine on mips with 2.6.27 kernels, until we update the kexec-tools version, mask it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13222 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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