From: Jouni Malinen Date: Sat, 11 Feb 2017 08:12:16 +0000 (+0200) Subject: Fix wpa_supplicant defconfig copy-paste description X-Git-Tag: hostap_2_7~1619 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=212a8f487f79883593dfe8aa7e834674b42106c7;p=thirdparty%2Fhostap.git Fix wpa_supplicant defconfig copy-paste description This is obviously for the wpa_supplicant binary, not hostapd. Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index e167f9fdd..1790ac98f 100644 --- a/wpa_supplicant/android.config +++ b/wpa_supplicant/android.config @@ -1,9 +1,9 @@ # Example wpa_supplicant build time configuration # # This file lists the configuration options that are used when building the -# hostapd binary. All lines starting with # are ignored. Configuration option -# lines must be commented out complete, if they are not to be included, i.e., -# just setting VARIABLE=n is not disabling that variable. +# wpa_supplicant binary. All lines starting with # are ignored. Configuration +# option lines must be commented out complete, if they are not to be included, +# i.e., just setting VARIABLE=n is not disabling that variable. # # This file is included in Makefile, so variables like CFLAGS and LIBS can also # be modified from here. In most cases, these lines should use += in order not diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index f0ce4a6fd..b0cbde79d 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -1,9 +1,9 @@ # Example wpa_supplicant build time configuration # # This file lists the configuration options that are used when building the -# hostapd binary. All lines starting with # are ignored. Configuration option -# lines must be commented out complete, if they are not to be included, i.e., -# just setting VARIABLE=n is not disabling that variable. +# wpa_supplicant binary. All lines starting with # are ignored. Configuration +# option lines must be commented out complete, if they are not to be included, +# i.e., just setting VARIABLE=n is not disabling that variable. # # This file is included in Makefile, so variables like CFLAGS and LIBS can also # be modified from here. In most cases, these lines should use += in order not