[Buildroot] [PATCH v3 1/1] package/hostapd: add debug information options

Arnout Vandecappelle arnout at mind.be
Thu Jul 11 14:01:52 UTC 2019



On 08/07/2019 22:07, jared.bents at rockwellcollins.com wrote:
> From: Jared Bents <jared.bents at rockwellcollins.com>
> 
> hostapd 2.7 added compile time options to include
> redirecting the output from stdout to a file or syslog
> like wpa_supplicant
> 
> Signed-off-by: Jared Bents <jared.bents at rockwellcollins.com>

 Applied to master, thanks.

 Regards,
 Arnout

> --
> v1->v2: Updated to move reposition the debug syslog option
> v2->v3: Updated to turn both options on unconditionally
> ---
>  package/hostapd/hostapd.mk | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/package/hostapd/hostapd.mk b/package/hostapd/hostapd.mk
> index 550f887206..e6542c879c 100644
> --- a/package/hostapd/hostapd.mk
> +++ b/package/hostapd/hostapd.mk
> @@ -31,7 +31,10 @@ HOSTAPD_LICENSE = BSD-3-Clause
>  HOSTAPD_LICENSE_FILES = README
>  HOSTAPD_CONFIG_SET =
>  
> -HOSTAPD_CONFIG_ENABLE = CONFIG_INTERNAL_LIBTOMMATH
> +HOSTAPD_CONFIG_ENABLE = \
> +	CONFIG_INTERNAL_LIBTOMMATH \
> +	CONFIG_DEBUG_FILE \
> +	CONFIG_DEBUG_SYSLOG
>  
>  HOSTAPD_CONFIG_DISABLE =
>  
> 


More information about the buildroot mailing list