From 3cee66328554dd9d6ac7db82e09b1058d3ccd7e2 Mon Sep 17 00:00:00 2001 From: Sharan Santhanam Date: Thu, 7 Jun 2018 15:50:56 +0200 Subject: [PATCH] Enable menu-based configuration of sockets and IPv6 Removes the hardcoded and enabled lwIP options for sockets and IPv6 that actually can be configured using Config.uk Signed-off-by: Sharan Santhanam --- include/lwipopts.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/lwipopts.h b/include/lwipopts.h index f5d380d..4489eb3 100644 --- a/include/lwipopts.h +++ b/include/lwipopts.h @@ -12,8 +12,6 @@ #include #include -#define LWIP_SOCKET 1 -#define LWIP_IPV6 1 #define SO_REUSE 1 /* -- 2.39.5