diff mbox

[1/2] wpa_supplicant: disable for avr32

Message ID 8a8b1c998ef9cf581c4e0b442da6f3e18e3c57bb.1402814913.git.baruch@tkos.co.il
State Superseded
Headers show

Commit Message

Baruch Siach June 15, 2014, 6:48 a.m. UTC
Fixes:
http://autobuild.buildroot.net/results/209/20908f479b33c1e2952622f5e8ad6b60d58af693/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/wpa_supplicant/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni June 15, 2014, 6:54 a.m. UTC | #1
Dear Baruch Siach,

On Sun, 15 Jun 2014 09:48:32 +0300, Baruch Siach wrote:

>  config BR2_PACKAGE_WPA_SUPPLICANT
>  	bool "wpa_supplicant"
>  	help
> +	depends on !BR2_avr32 # no epoll_create1

With this change, isn't the "depends on" thing part of the help text? I
believe it should appear before the help section.

Thomas
Baruch Siach June 15, 2014, 7:16 a.m. UTC | #2
Hi Thomas,

On Sun, Jun 15, 2014 at 08:54:24AM +0200, Thomas Petazzoni wrote:
> On Sun, 15 Jun 2014 09:48:32 +0300, Baruch Siach wrote:
> 
> >  config BR2_PACKAGE_WPA_SUPPLICANT
> >  	bool "wpa_supplicant"
> >  	help
> > +	depends on !BR2_avr32 # no epoll_create1
> 
> With this change, isn't the "depends on" thing part of the help text? I
> believe it should appear before the help section.

Of course. Will fix in v2.

baruch
diff mbox

Patch

diff --git a/package/wpa_supplicant/Config.in b/package/wpa_supplicant/Config.in
index 5cb3f1b..1fb7008 100644
--- a/package/wpa_supplicant/Config.in
+++ b/package/wpa_supplicant/Config.in
@@ -1,6 +1,7 @@ 
 config BR2_PACKAGE_WPA_SUPPLICANT
 	bool "wpa_supplicant"
 	help
+	depends on !BR2_avr32 # no epoll_create1
 	  WPA supplicant for secure wireless networks
 
 	  http://hostap.epitest.fi/wpa_supplicant/