commit
8eaf8de704
|
@ -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