File tree Expand file tree Collapse file tree 3 files changed +530
-0
lines changed
Expand file tree Collapse file tree 3 files changed +530
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ zephyr_library_sources_ifdef(CONFIG_NET_SHELL_DHCPV4_SUPPORTED dhcpv4.c)
1414zephyr_library_sources_ifdef(CONFIG_NET_SHELL_DHCPV6_SUPPORTED dhcpv6.c)
1515zephyr_library_sources_ifdef(CONFIG_NET_SHELL_DNS_RESOLVER_SUPPORTED dns.c)
1616zephyr_library_sources_ifdef(CONFIG_NET_SHELL_EVENT_MONITOR_SUPPORTED events.c)
17+ zephyr_library_sources_ifdef(CONFIG_NET_SHELL_FTP_SUPPORTED ftp.c)
1718zephyr_library_sources_ifdef(CONFIG_NET_SHELL_GPTP_SUPPORTED gptp.c)
1819zephyr_library_sources_ifdef(CONFIG_NET_SHELL_HTTP_SERVER_SUPPORTED http.c)
1920zephyr_library_sources(iface.c)
Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ config NET_SHELL_EVENT_MONITOR_SUPPORTED
6060 default y
6161 depends on NET_SHELL_SHOW_DISABLED_COMMANDS || NET_MGMT_EVENT_MONITOR
6262
63+ config NET_SHELL_FTP_SUPPORTED
64+ bool "FTP client"
65+ default y
66+ depends on NET_SHELL_SHOW_DISABLED_COMMANDS || FTP_CLIENT
67+
6368config NET_SHELL_GPTP_SUPPORTED
6469 bool "gPTP monitoring"
6570 default y
You can’t perform that action at this time.
0 commit comments