diff options
-rw-r--r-- | package/kexec/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kexec/Config.in b/package/kexec/Config.in index 6f10b89d5..e59a07b9d 100644 --- a/package/kexec/Config.in +++ b/package/kexec/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_KEXEC bool "kexec" + depends on !BR2_avr32 help Kexec is a user space utiltity for loading another kernel and asking the currently running kernel to do something with it. |