From 3eb2124ca9a668d9ca871135c6556c074772183e Mon Sep 17 00:00:00 2001 From: xuxingliang Date: Fri, 21 Jun 2024 15:50:43 +0800 Subject: [PATCH] system/dhcpc: fix cmake program name Signed-off-by: xuxingliang --- 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