mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/dhcpc: fix cmake program name
Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
This commit is contained in:
parent
8e6b13489f
commit
3eb2124ca9
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
if(CONFIG_SYSTEM_DHCPC_RENEW)
|
||||
nuttx_add_application(
|
||||
NAME
|
||||
dhcpc
|
||||
${CONFIG_DHCPC_RENEW_PROGNAME}
|
||||
SRCS
|
||||
renew_main.c
|
||||
STACKSIZE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue