Merge pull request #1660 from enkiller/dev

[lwip]修复开启SNMP选项编译会失败的问题
This commit is contained in:
Bernard Xiong 2018-07-24 17:02:24 +08:00 committed by GitHub
commit 8eaf8de704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ---------- */