1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:55:28 +03:00

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
This commit is contained in:
florian 2008-11-15 15:38:48 +00:00
parent 7fd26093c7
commit e257205d3f

View File

@ -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