diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-13 02:23:46 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-13 02:23:46 -0700 |
| commit | 273838aa76826e373e538696a399d8ef448c60e8 (patch) | |
| tree | 0979b2476999d4c4a0d9ea0d8ef2251a6dc1f95f /extra | |
| parent | 3b664a280b88931d84f9465efc5932be86521e3a (diff) | |
hostap: Add missing CONFIG_BACKEND_FILE
Diffstat (limited to 'extra')
| -rw-r--r-- | extra/hostap/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/hostap/config.h b/extra/hostap/config.h index bbe4f347..4ae1c4c9 100644 --- a/extra/hostap/config.h +++ b/extra/hostap/config.h @@ -1,3 +1,4 @@ +#define CONFIG_BACKEND_FILE #define CONFIG_CTRL_IFACE #define CONFIG_CTRL_IFACE_DIR "/run/wpa_supplicant" #define CONFIG_CTRL_IFACE_UNIX |
