diff options
author | Romain Naour <romain.naour@openwide.fr> | 2014-04-06 11:23:07 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-06 14:09:10 +0200 |
commit | af9ff258f8fbfad8b9b9b281df6d4d75630f05c4 (patch) | |
tree | 33f4a407ab7e3effb1b1210d1d97b96082015bbe | |
parent | b5c0d8dd8fec2dcf64f609d9b2e230216b28d3de (diff) | |
download | buildroot-af9ff258f8fbfad8b9b9b281df6d4d75630f05c4.tar.gz buildroot-af9ff258f8fbfad8b9b9b281df6d4d75630f05c4.zip |
nut: needs mmu
While investigating on build failure [1], I realized that nut needs mmu since fork() is used.
So, conditions of this build failure are no longer encountered.
[1] http://autobuild.buildroot.net/results/961/96193e18782697c2af8813a7714b66b4ba1f3d1c//build-end.log
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/nut/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/nut/Config.in b/package/nut/Config.in index 5b47e8bc3f..704578768c 100644 --- a/package/nut/Config.in +++ b/package/nut/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_NUT bool "nut" + depends on BR2_USE_MMU # fork() help Network UPS tools |