From 5518fb6116c35a02ccb9a87260bb194a57cb429e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 8 Feb 2018 12:19:43 +0200 Subject: [PATCH] Makefile: Set default vendor SDK version to 2.1.0-18-g61248df (KRACK fix). By the information provided by Espressif, this version contains fix for the KRACK vulnerability. More info: https://github.com/pfalcon/esp-open-sdk/issues/296 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8dff938..9ad6f95 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ TOOLCHAIN = $(TOP)/xtensa-lx106-elf # Vendor SDK version to install, see VENDOR_SDK_ZIP_* vars below # for supported versions. -VENDOR_SDK = 2.0.0 +VENDOR_SDK = 2.1.0-18-g61248df .PHONY: crosstool-NG toolchain libhal libcirom sdk