[Buildroot] [PATCH 2/2] hostapd: disable for avr32

Baruch Siach baruch at tkos.co.il
Sun Jun 15 06:48:33 UTC 2014


Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/hostapd/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in
index eb530b3..5b57544 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_avr32 # no epoll_create1
 	select BR2_PACKAGE_LIBNL
 	help
 	  User space daemon for wireless access points.
@@ -27,3 +28,4 @@ endif
 
 comment "hostapd needs a toolchain w/ threads"
 	depends on !BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_avr32
-- 
2.0.0



More information about the buildroot mailing list