Skip to content

Commit

Permalink
Adjust lwipopt
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Mazuruk <[email protected]>
  • Loading branch information
aalexanderr committed Nov 21, 2023
1 parent a802266 commit b81ff05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lwip/cc13xx_26xx/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@
#define LWIP_IGMP (0)
#define LWIP_DHCP (0)
#define LWIP_IPV6_REASS (0)
#define LWIP_IPV6_FRAG 0
#define LWIP_IPV6_DHCP6 0
#define LWIP_IPV6_AUTOCONFIG (0)
#define LWIP_IPV6_ROUTER_SUPPORT 0
#define LWIP_IPV6_FORWARD 0
#define LWIP_ND6_LISTEN_RA 0

#define LWIP_ND6_NUM_NEIGHBORS (1)
Expand Down
2 changes: 2 additions & 0 deletions src/lwip/cc32xx/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@
#define LWIP_IGMP (1)
#define LWIP_DHCP (1)
#define LWIP_IPV6_REASS (0)
#define LWIP_IPV6_FRAG 0
#define LWIP_IPV6_DHCP6 0
#define LWIP_IPV6_AUTOCONFIG (0)
#define LWIP_IPV6_ROUTER_SUPPORT 0
#define LWIP_IPV6_FORWARD 0
#define LWIP_ND6_LISTEN_RA 0

#define LWIP_ND6_NUM_NEIGHBORS (0)
Expand Down

0 comments on commit b81ff05

Please sign in to comment.