diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2018-08-23 10:17:53 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-23 11:55:05 +0200 |
commit | 8974192b7486f9d404f471d970eb802a4c1ce258 (patch) | |
tree | 2dd1bc778ae0346ee4c7f94801abcdecc4d8945f | |
parent | f34f33baa6f94137a78f15cafe0ee0e4ece59f97 (diff) | |
download | buildroot-8974192b7486f9d404f471d970eb802a4c1ce258.tar.gz buildroot-8974192b7486f9d404f471d970eb802a4c1ce258.zip |
package/tini: needs MMU
tini uses fork(), so needs an MMU.
Fixes:
http://autobuild.buildroot.org/results/410/410ad9ea6a6652a7db691f537acb38db279b996a/
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Matt Weber <matthew.weber@rockwellcollins.com>
Cc: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/tini/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tini/Config.in b/package/tini/Config.in index 235fc1a8fb..719e1e1f22 100644 --- a/package/tini/Config.in +++ b/package/tini/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_TINI bool "tini" + depends on BR2_USE_MMU # fork() help tini is a simple but valid init binary to act as PID 1 for containers. |