From 779773a0dee759d87c483de266e41164cd851af0 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 3 Oct 2018 20:56:41 +0200 Subject: hostapd: backport build fix when OWE is activated This backports a compile fix form the hostapd project. Signed-off-by: Hauke Mehrtens --- .../services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch') diff --git a/package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch b/package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch index 81e6588e72..7bac937373 100644 --- a/package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch +++ b/package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch @@ -1,6 +1,6 @@ --- a/hostapd/hostapd_cli.c +++ b/hostapd/hostapd_cli.c -@@ -743,7 +743,7 @@ static int wpa_ctrl_command_sta(struct wpa_ctrl *ctrl, const char *cmd, +@@ -743,7 +743,7 @@ static int wpa_ctrl_command_sta(struct w } buf[len] = '\0'; @@ -9,5 +9,3 @@ return -1; if (print) printf("%s", buf); --- -2.11.0 -- cgit v1.2.3