[lwip]修复开启SNMP选项编译会失败的问题

This commit is contained in:
tangyuxin 2018-07-24 16:17:10 +08:00
parent 94e6e293b6
commit 06d2f9591c
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ config RT_USING_LWIP
config RT_LWIP_SNMP
bool "SNMP protocol"
select RT_LWIP_STATS
default n
config RT_LWIP_DNS

View File

@ -462,6 +462,7 @@
#define MEMP_STATS 1
#define PBUF_STATS 1
#define SYS_STATS 1
#define MIB2_STATS 1
#endif /* LWIP_STATS */
/* ---------- PPP options ---------- */