From: Thomas Petazzoni Date: Sun, 12 Oct 2014 16:39:55 +0000 (+0200) Subject: wpa_supplicant: uses fork(), not available on no-MMU platforms X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=962e08e89b161f8bee6bd45cab56e32c90521af5;p=buildroot.git wpa_supplicant: uses fork(), not available on no-MMU platforms The only package selecting wpa_supplicant is connman, and it is already depends on BR2_USE_MMU. Fixes: http://autobuild.buildroot.org/results/9ac/9ac3c0de573f5266a889f1ceb6d43aa92f715c55/ Signed-off-by: Thomas Petazzoni Reviewed-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/package/wpa_supplicant/Config.in b/package/wpa_supplicant/Config.in index 6b1c492256..6ebd2fedc1 100644 --- a/package/wpa_supplicant/Config.in +++ b/package/wpa_supplicant/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_WPA_SUPPLICANT bool "wpa_supplicant" + depends on BR2_USE_MMU # fork() depends on !BR2_avr32 # no epoll_create1 help WPA supplicant for secure wireless networks