summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Senichev <artemsen@gmail.com>2019-02-13 11:51:11 +0300
committerPeter Korsgaard <peter@korsgaard.com>2019-03-25 21:18:00 +0100
commit272a6677ff29c21841956c4dd2c6f05eee75bace (patch)
tree13140b843dcd9f035972a8fe042359a278ec2f78
parent8c16591d8962a439ea554c35c0e98727aff53dd6 (diff)
downloadbuildroot-272a6677ff29c21841956c4dd2c6f05eee75bace.tar.gz
buildroot-272a6677ff29c21841956c4dd2c6f05eee75bace.zip
package/kexec: enable powerpc64le platforms
kexec has fully support of ppc64 platform: https://www.kernel.org/doc/Documentation/kdump/kdump.txt Signed-off-by: Artem Senichev <artemsen@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 46a4af5214ccafa6cca39e2d9136f4822f40f3a6) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/kexec/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kexec/Config.in b/package/kexec/Config.in
index c8cdea5663..c4a09be109 100644
--- a/package/kexec/Config.in
+++ b/package/kexec/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_KEXEC
bool "kexec"
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_aarch64
+ BR2_powerpc || BR2_powerpc64le || BR2_sh4 || BR2_sh4a || BR2_aarch64
help
Kexec is a user space utility for loading another kernel
and asking the currently running kernel to do something with
OpenPOWER on IntegriCloud