From cc200c301c8c4af0a63c38e2e846480bd57ea55d Mon Sep 17 00:00:00 2001 From: zhangjun21 Date: Tue, 26 Mar 2024 10:52:41 +0800 Subject: [PATCH] Keep the dhcpv6 renew process name the same in cmake and makefile Signed-off-by: zhangjun21 --- system/dhcp6c/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/dhcp6c/CMakeLists.txt b/system/dhcp6c/CMakeLists.txt index 4db36c901..0b1a21844 100644 --- a/system/dhcp6c/CMakeLists.txt +++ b/system/dhcp6c/CMakeLists.txt @@ -21,7 +21,7 @@ if(CONFIG_SYSTEM_DHCPC_RENEW6) nuttx_add_application( NAME - dhcpc6 + ${CONFIG_DHCPC_RENEW6_PROGNAME} SRCS renew6_main.c STACKSIZE