From: Baruch Siach Date: Mon, 13 Oct 2014 05:36:25 +0000 (+0300) Subject: hostapd: needs MMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21870ba6c033b71273fa88e2e0ff1fe7a8ee57d8;p=buildroot.git hostapd: needs MMU hostapd calls fork() since last version bump. Fixes: http://autobuild.buildroot.net/results/945/94543b865db2ff5da34434fdcdf15ea7db73f392/ Signed-off-by: Baruch Siach Signed-off-by: Peter Korsgaard --- diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in index 8783e66132..6ca396ee39 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