[Buildroot] [PATCH] hostapd: needs MMU

Baruch Siach baruch at tkos.co.il
Mon Oct 13 05:36:25 UTC 2014


hostapd calls fork() since last version bump.

Fixes:
http://autobuild.buildroot.net/results/945/94543b865db2ff5da34434fdcdf15ea7db73f392/

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/hostapd/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in
index 8783e66132d3..6ca396ee3904 100644
--- a/package/hostapd/Config.in
+++ b/package/hostapd/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_HOSTAPD
 	bool "hostapd"
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_LIBNL
 	help
 	  User space daemon for wireless access points.
@@ -31,3 +32,4 @@ endif
 
 comment "hostapd needs a toolchain w/ threads"
 	depends on !BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_MMU
-- 
2.1.1



More information about the buildroot mailing list