From acb3b6fee23cb6f5614f7224762821ef38baf3ae Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Mon, 30 Jul 2018 11:16:38 +0530 Subject: [PATCH 1/2] bluedroid: remove dependency on `arpa/inet.h` include Signed-off-by: Mahavir Jain --- components/bt/bluedroid/bta/jv/bta_jv_act.c | 1 - 1 file changed, 1 deletion(-) diff --git a/components/bt/bluedroid/bta/jv/bta_jv_act.c b/components/bt/bluedroid/bta/jv/bta_jv_act.c index 12dfd13b2..de52f5f9e 100644 --- a/components/bt/bluedroid/bta/jv/bta_jv_act.c +++ b/components/bt/bluedroid/bta/jv/bta_jv_act.c @@ -22,7 +22,6 @@ * ******************************************************************************/ -#include #include #include From d78452ed29ccfa8a6ae141f882349882ef1903bc Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Mon, 30 Jul 2018 11:17:11 +0530 Subject: [PATCH 2/2] wpa_supplicant: removed unrequired header dir include from component.mk - Also fixed license header in rtc driver Signed-off-by: Mahavir Jain --- components/driver/rtc_module.c | 5 ++++- components/wpa_supplicant/component.mk | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/driver/rtc_module.c b/components/driver/rtc_module.c index 3a215fe21..76fd9bf2f 100644 --- a/components/driver/rtc_module.c +++ b/components/driver/rtc_module.c @@ -1,6 +1,9 @@ +// Copyright 2016-2018 Espressif Systems (Shanghai) PTE LTD +// +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at - +// // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software diff --git a/components/wpa_supplicant/component.mk b/components/wpa_supplicant/component.mk index d2120dbc3..ae73ccf12 100644 --- a/components/wpa_supplicant/component.mk +++ b/components/wpa_supplicant/component.mk @@ -1,4 +1,4 @@ -COMPONENT_ADD_INCLUDEDIRS := include port/include ../esp32/include +COMPONENT_ADD_INCLUDEDIRS := include port/include COMPONENT_SRCDIRS := src/crypto port src/fast_crypto src/wpa2/eap_peer src/wpa2/tls src/wpa2/utils src/wps CFLAGS += -DEMBEDDED_SUPP -DIEEE8021X_EAPOL -DEAP_PEER_METHOD -DEAP_MSCHAPv2 -DEAP_TTLS -DEAP_TLS -DEAP_PEAP -DUSE_WPA2_TASK -DCONFIG_WPS2 -DCONFIG_WPS_PIN -DUSE_WPS_TASK -DESPRESSIF_USE -DESP32_WORKAROUND -D__ets__ -Wno-strict-aliasing