package/hostapd: add debug information options
authorJared Bents <jared.bents@rockwellcollins.com>
Mon, 8 Jul 2019 20:07:54 +0000 (15:07 -0500)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 11 Jul 2019 14:01:29 +0000 (16:01 +0200)
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@rockwellcollins.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/hostapd/hostapd.mk

index 550f887206d2135948c4a43b47ad5dd895480a83..e6542c879c77d7bef655b3f653960ef0bd1acbf7 100644 (file)
@@ -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 =