package/kexec: add m68k support
kexec supports m68k since commit 027413d822fd57dd39d2d2afab1484bc6b6b84f9 in v2.0.5 Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Thomas Huth <huth@tuxfamily.org> [Arnout: - Split off in a separate commit. ] Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
64fa94f72f
commit
3d7557d80f
@ -4,7 +4,7 @@ config BR2_PACKAGE_KEXEC_ARCH_SUPPORTS
|
||||
depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
|
||||
BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el || \
|
||||
BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
|
||||
BR2_sh4 || BR2_sh4a || BR2_aarch64 || BR2_s390x
|
||||
BR2_sh4 || BR2_sh4a || BR2_aarch64 || BR2_s390x || BR2_m68k
|
||||
|
||||
config BR2_PACKAGE_KEXEC
|
||||
bool "kexec"
|
||||
|
Loading…
Reference in New Issue
Block a user