aboutsummaryrefslogtreecommitdiffstats
path: root/main/wpa_supplicant/config
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-10-18 23:51:41 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-21 05:59:15 +0000
commit45aa78147df16c1b1e7763cbb25b2a6206ecc60c (patch)
tree5da7cf41b6adcd1c96251b584cc5f86eb26aa88c /main/wpa_supplicant/config
parent1012ad7ebd3358ab9e9060834424a37eb3e2bbd2 (diff)
downloadaports-45aa78147df16c1b1e7763cbb25b2a6206ecc60c.tar.bz2
aports-45aa78147df16c1b1e7763cbb25b2a6206ecc60c.tar.xz
main/wpa_supplicant: don't use GNU readline
Instead use the internal readline implementation.
Diffstat (limited to 'main/wpa_supplicant/config')
-rw-r--r--main/wpa_supplicant/config4
1 files changed, 2 insertions, 2 deletions
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