mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
v1.0.3
This commit is contained in:
16
packages/third-party/netutils/Kconfig
vendored
Normal file
16
packages/third-party/netutils/Kconfig
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
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"
|
||||
select RT_USING_LIBC if RT_VER_NUM < 0x40100
|
||||
select RT_USING_SAL if RT_VER_NUM < 0x40100
|
||||
select SAL_USING_POSIX if RT_VER_NUM < 0x40100
|
||||
select RT_USING_POSIX_FS if RT_VER_NUM >= 0x40100
|
||||
select RT_USING_POSIX_SOCKET if RT_VER_NUM >= 0x40100
|
||||
default n
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user