mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-24 03:03:57 +08:00
apps/nshlib/nsh_romfsetc.c: Add support for CROMFS start-up script
This commit is contained in:

committed by
Gregory Nutt

parent
09a108b507
commit
8eb249eea5
@@ -730,6 +730,14 @@ config NSH_ROMFSETC
|
||||
|
||||
if NSH_ROMFSETC
|
||||
|
||||
config NSH_CROMFSETC
|
||||
bool "Support CROMFS (compressed) start-up script"
|
||||
default n
|
||||
depends on NSH_ROMFSETC && FS_CROMFS
|
||||
---help---
|
||||
Mount a CROMFS filesystem at /etc and provide a compressed startup
|
||||
script at /etc/init.d/rcS.
|
||||
|
||||
config NSH_ROMFSRC
|
||||
bool "Support ROMFS login script"
|
||||
default n
|
||||
|
Reference in New Issue
Block a user