kexec-tools does build fine on mips with 2.6.27 kernels, until we update the kexec-tools version, mask it
SVN-Revision: 13222
This commit is contained in:
parent
ed68c8eff9
commit
985166f637
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue