mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
The previous method of terminating the dhcp daemon via a global variable has been removed; instead, the `kill pid` command is used. Also, because the original `dhcp_start` method creates tasks via `task_create`, which is not supported in kernel mode, `dhcp_start` is not compiled in kernel mode. The daemon can be started in kernel mode using `dhcpd xxx &`. Signed-off-by: zhangshuai39 <zhangshuai39@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| dhcpd_daemon.c | ||
| dhcpd_daemon.h | ||
| dhcpd_start.c | ||
| dhcpd_stop.c | ||
| host.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| Makefile.host | ||
| target.c | ||