mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 16:43:32 +08:00
[NET] Add telnet app to netutils.
This commit is contained in:
parent
f975ef5146
commit
5910ae4170
1
components/net/netutils/README.md
Normal file
1
components/net/netutils/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
Some net utils which using standard interface such as BSD Sockets.
|
10
components/net/netutils/SConscript
Normal file
10
components/net/netutils/SConscript
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
from building import *
|
||||||
|
|
||||||
|
cwd = GetCurrentDir()
|
||||||
|
src = Glob('*.c')
|
||||||
|
|
||||||
|
CPPPATH = [cwd]
|
||||||
|
|
||||||
|
group = DefineGroup('LwIP', src, depend = ['RT_USING_NETUTILS'], CPPPATH = CPPPATH)
|
||||||
|
|
||||||
|
Return('group')
|
Loading…
x
Reference in New Issue
Block a user