[Buildroot] [PATCH 1/1] wpa_supplicant: detect readline support in wpa_cli

Peter Korsgaard jacmet at uclibc.org
Tue May 13 07:28:20 UTC 2014


>>>>> "Arnout" == Arnout Vandecappelle <arnout at mind.be> writes:

 > On 12/05/14 18:16, Oscar Hellström wrote:
 >> Signed-off-by: Oscar Hellström <oscar.hellstrom at vinnter.se>
 >> ---
 >> package/wpa_supplicant/wpa_supplicant.mk | 5 +++++
 >> 1 file changed, 5 insertions(+)
 >> 
 >> diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
 >> index 9fcda2e..9321f08 100644
 >> --- a/package/wpa_supplicant/wpa_supplicant.mk
 >> +++ b/package/wpa_supplicant/wpa_supplicant.mk
 >> @@ -105,6 +105,11 @@ define WPA_SUPPLICANT_DEBUG_CONFIG
 >> endef
 >> endif
 >> 
 >> +ifeq ($(BR2_PACKAGE_READLINE),y)
 >> +	WPA_SUPPLICANT_DEPENDENCIES += readline
 >> +	WPA_SUPPLICANT_CONFIG_ENABLE += CONFIG_READLINE

 >  In package .mk file, we don't indent within if... constructs; we only use
 > indentation for commands and for continuation lines. I admit that that coding
 > style is objectionable, but it is what it is.

True, but this is atleast consistent with the rest of the file, so I
will leave it like this for now.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list