mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
menuconfig LPKG_USING_NETUTILS
|
|
bool "netutils: Networking utilities for RT-Thread"
|
|
default n
|
|
|
|
if LPKG_USING_NETUTILS
|
|
|
|
config LPKG_NETUTILS_IPERF
|
|
bool "Enable iperf-liked network performance tool"
|
|
default n
|
|
|
|
endif
|