diff --git a/Makefile b/Makefile index c971761..67482df 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,7 @@ sdk_patch: .sdk_patch_$(VENDOR_SDK) .sdk_patch_1.4.0: patch -N -d $(VENDOR_SDK_DIR_1.4.0) -p1 < c_types-c99.patch + patch -N -d $(VENDOR_SDK_DIR_1.4.0) -p1 < dhcps_lease.patch @touch $@ .sdk_patch_1.3.0: diff --git a/dhcps_lease.patch b/dhcps_lease.patch new file mode 100644 index 0000000..8fa9176 --- /dev/null +++ b/dhcps_lease.patch @@ -0,0 +1,10 @@ +--- esp_sdk/include/user_interface.h.org 2016-01-01 21:22:29.000000000 +0200 ++++ esp_sdk/include/user_interface.h 2015-09-22 04:13:52.000000000 +0300 +@@ -275,6 +275,7 @@ + }; + + struct dhcps_lease { ++ bool enable; + struct ip_addr start_ip; + struct ip_addr end_ip; + };