mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
hostapd: needs MMU
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>
This commit is contained in:
parent
66f4814676
commit
21870ba6c0
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_HOSTAPD
|
config BR2_PACKAGE_HOSTAPD
|
||||||
bool "hostapd"
|
bool "hostapd"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_LIBNL
|
select BR2_PACKAGE_LIBNL
|
||||||
help
|
help
|
||||||
User space daemon for wireless access points.
|
User space daemon for wireless access points.
|
||||||
@ -31,3 +32,4 @@ endif
|
|||||||
|
|
||||||
comment "hostapd needs a toolchain w/ threads"
|
comment "hostapd needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user