[lwip]修复开启SNMP选项编译会失败的问题
This commit is contained in:
parent
94e6e293b6
commit
06d2f9591c
|
@ -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
|
||||
|
|
|
@ -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 ---------- */
|
||||
|
|
Loading…
Reference in New Issue