[Buildroot] [git commit] openssh: needs mmu

Peter Korsgaard peter at korsgaard.com
Mon Oct 7 09:43:33 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=7d3f2897f82c85d45c2f3d19e60875df35d4acea
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/openssh/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/openssh/Config.in b/package/openssh/Config.in
index 0c3d993..78cc615 100644
--- a/package/openssh/Config.in
+++ b/package/openssh/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_OPENSSH
 	bool "openssh"
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_ZLIB
 	help



More information about the buildroot mailing list