cederom commented on code in PR #18396:
URL: https://github.com/apache/nuttx/pull/18396#discussion_r2809882521
##########
sched/Kconfig:
##########
@@ -623,6 +623,46 @@ config ETC_FATMOUNTPT
will mount a FAT FS under /tmp. This is the location where the
FAT
FS will be mounted. Default is "/tmp".
+config ETC_ROMFS_GENPASSWD
Review Comment:
`ETC_ROMFS_PASSWD_ENABLE`?
So it is aligned with other kconfig variables and its `ETC_ROMFS_PASSWD_`
group:
```
ETC_ROMFS_PASSWD_ENABLE
ETC_ROMFS_PASSWD_USERNAME
ETC_ROMFS_PASSWD_PASSWORD
ETC_ROMFS_PASSWD_UID
ETC_ROMFS_PASSWD_GID
ETC_ROMFS_PASSWD_HOME
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]