Skip to content

Commit ef0d5ed

Browse files
authored
Merge pull request #1229 from armink/remove_netutils
[NetUtils] Remove netutils Kconfig and folder
2 parents 4007bf9 + 56930cd commit ef0d5ed

File tree

4 files changed

+0
-422
lines changed

4 files changed

+0
-422
lines changed

components/net/Kconfig

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -201,26 +201,6 @@ config LWIP_USING_DHCPD
201201
bool "Enable DHCP server"
202202
default n
203203

204-
205-
menu "Networking utilities"
206-
config RT_USING_NETUTILS
207-
bool "Enable networking utilities"
208-
default n
209-
210-
if RT_USING_NETUTILS
211-
config RT_NETUTILS_USING_PING
212-
bool "Enable Ping utility"
213-
select RT_LWIP_ICMP
214-
select RT_LWIP_RAW
215-
default n
216-
217-
config RT_NETUTILS_USING_TFTP
218-
bool "Enable TFTP(Trivial File Transfer Protocol) utility"
219-
default n
220-
221-
endif
222-
endmenu
223-
224204
endif
225205

226206
endmenu

components/net/netutils/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

components/net/netutils/SConscript

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)