diff --git a/package/kexec/Config.in b/package/kexec/Config.in index 2e3efb5a2a..dce0831bf2 100644 --- a/package/kexec/Config.in +++ b/package/kexec/Config.in @@ -5,7 +5,8 @@ config BR2_PACKAGE_KEXEC_ARCH_SUPPORTS BR2_loongarch64 || \ BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el || \ BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \ - BR2_sh4 || BR2_sh4a || BR2_aarch64 || BR2_s390x || BR2_m68k + BR2_sh4 || BR2_sh4a || BR2_aarch64 || BR2_s390x || BR2_m68k || \ + BR2_riscv config BR2_PACKAGE_KEXEC bool "kexec"