[Buildroot] [git commit] xl2tp: needs mmu

Peter Korsgaard peter at korsgaard.com
Wed Oct 9 21:40:23 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=ffc959385031d8e8003e7fdb6766cddb96d9afbb
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/xl2tp/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/xl2tp/Config.in b/package/xl2tp/Config.in
index 8f9d9b1..7e2d2f6 100644
--- a/package/xl2tp/Config.in
+++ b/package/xl2tp/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_XL2TP
 	bool "xl2tp"
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_LIBPCAP
 	help
 	  Layer 2 Tunnelling Protocol (RFC2661).


More information about the buildroot mailing list