Commit 21870ba6 authored by Baruch Siach's avatar Baruch Siach Committed by Peter Korsgaard
Browse files

hostapd: needs MMU

parent 66f48146
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
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