This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 3eb2124ca9a668d9ca871135c6556c074772183e Author: xuxingliang <[email protected]> AuthorDate: Fri Jun 21 15:50:43 2024 +0800 system/dhcpc: fix cmake program name Signed-off-by: xuxingliang <[email protected]> --- system/dhcpc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/dhcpc/CMakeLists.txt b/system/dhcpc/CMakeLists.txt index 5cd8995c7..63d8c7613 100644 --- a/system/dhcpc/CMakeLists.txt +++ b/system/dhcpc/CMakeLists.txt @@ -21,7 +21,7 @@ if(CONFIG_SYSTEM_DHCPC_RENEW) nuttx_add_application( NAME - dhcpc + ${CONFIG_DHCPC_RENEW_PROGNAME} SRCS renew_main.c STACKSIZE
