From 45aa78147df16c1b1e7763cbb25b2a6206ecc60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 18 Oct 2015 23:51:41 +0200 Subject: main/wpa_supplicant: don't use GNU readline Instead use the internal readline implementation. --- main/wpa_supplicant/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/wpa_supplicant/config') diff --git a/main/wpa_supplicant/config b/main/wpa_supplicant/config index 2ff2a99a88..701c073f8c 100644 --- a/main/wpa_supplicant/config +++ b/main/wpa_supplicant/config @@ -200,11 +200,11 @@ CONFIG_CTRL_IFACE=y # When building a wpa_cli binary for distribution, please note that these # libraries are licensed under GPL and as such, BSD license may not apply for # the resulting binary. -CONFIG_READLINE=y +#CONFIG_READLINE=y # Include internal line edit mode in wpa_cli. This can be used as a replacement # for GNU Readline to provide limited command line editing and history support. -#CONFIG_WPA_CLI_EDIT=y +CONFIG_WPA_CLI_EDIT=y # Remove debugging code that is printing out debug message to stdout. # This can be used to reduce the size of the wpa_supplicant considerably -- cgit v1.2.3