Skip to content

Commit 6d5dc68

Browse files
zhangjun21zs39
authored andcommitted
Keep the dhcpv6 renew process name the same in cmake and makefile
Signed-off-by: zhangjun21 <[email protected]>
1 parent 1b48055 commit 6d5dc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/dhcp6c/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
if(CONFIG_SYSTEM_DHCPC_RENEW6)
2222
nuttx_add_application(
2323
NAME
24-
dhcpc6
24+
${CONFIG_DHCPC_RENEW6_PROGNAME}
2525
SRCS
2626
renew6_main.c
2727
STACKSIZE

0 commit comments

Comments
 (0)