]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
hostapd: needs MMU
authorBaruch Siach <baruch@tkos.co.il>
Mon, 13 Oct 2014 05:36:25 +0000 (08:36 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 13 Oct 2014 06:08:42 +0000 (08:08 +0200)
hostapd calls fork() since last version bump.

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

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/hostapd/Config.in

index 8783e66132d3c67c0f81c39366f0965544098d3a..6ca396ee390426a6f84770bba60951786314cd25 100644 (file)
@@ -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