From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] kexec: disable on unsupported architectures
Date: Fri, 16 Nov 2012 11:32:50 +0100 [thread overview]
Message-ID: <20121116113250.10aa952d@skate> (raw)
In-Reply-To: <1353053588-5156-1-git-send-email-spdawson@gmail.com>
Dear spdawson at gmail.com,
On Fri, 16 Nov 2012 08:13:08 +0000, spdawson at gmail.com wrote:
> diff --git a/package/kexec/Config.in b/package/kexec/Config.in
> index e59a07b..fe50e06 100644
> --- a/package/kexec/Config.in
> +++ b/package/kexec/Config.in
> @@ -1,6 +1,6 @@
> config BR2_PACKAGE_KEXEC
> bool "kexec"
> - depends on !BR2_avr32
> + depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el || BR2_powerpc || BR2_sh4 || BR2_sh4a || BR2_sh3
> help
> Kexec is a user space utiltity for loading another kernel
> and asking the currently running kernel to do something with it.
Provided the line gets split to ~80 characters:
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
prev parent reply other threads:[~2012-11-16 10:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-16 8:13 [Buildroot] [PATCH] kexec: disable on unsupported architectures spdawson at gmail.com
2012-11-16 10:32 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121116113250.10aa952d@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox