diff options
Diffstat (limited to 'package/wpa_supplicant/wpa_supplicant.mk')
-rw-r--r-- | package/wpa_supplicant/wpa_supplicant.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk index a01ac4b6c..9881c76c0 100644 --- a/package/wpa_supplicant/wpa_supplicant.mk +++ b/package/wpa_supplicant/wpa_supplicant.mk @@ -23,7 +23,7 @@ endif ifneq ($(BR2_PACKAGE_WPA_SUPPLICANT_EAP),y) define WPA_SUPPLICANT_CRYPTO_CONFIG - $(SED) "s/^CONFIG_EAP_*/#CONFIG_EAP_/g" $(WPA_SUPPLICANT_CONFIG) \ + $(SED) "s/^CONFIG_EAP_*/#CONFIG_EAP_/g" $(WPA_SUPPLICANT_CONFIG) echo "CONFIG_TLS=none" >>$(WPA_SUPPLICANT_CONFIG) endef else @@ -34,7 +34,7 @@ define WPA_SUPPLICANT_CRYPTO_CONFIG endef else define WPA_SUPPLICANT_CRYPTO_CONFIG - echo "CONFIG_TLS=internal" >>$(WPA_SUPPLICANT_CONFIG) \ + echo "CONFIG_TLS=internal" >>$(WPA_SUPPLICANT_CONFIG) echo "CONFIG_INTERNAL_LIBTOMMATH=y" >>$(WPA_SUPPLICANT_CONFIG) endef endif |