package/hostapd: add debug information options
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>
This commit is contained in:
parent
2190a9a59e
commit
9cb9e7ca42
@ -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 =
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user