Remove udhcp (DHCP server support) as it's a GPL violation :(

This commit is contained in:
Angus Gratton 2015-05-21 12:21:26 +10:00
parent 8e174aa518
commit dc4ca6861f
6 changed files with 5 additions and 623 deletions
FreeRTOS/Source/portable/esp8266

View file

@ -4,6 +4,10 @@
#include <string.h>
#include "FreeRTOS.h"
/* SDK uses this and so does lwip, it was defined in libudhcp.a
but that library has been removed. */
int errno;
/* libc memory management functions.
Many of these are linked from the RTOS SDK blob libraries.