mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 02:49:07 +08:00
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4200 7fd9a85b-ad96-42d3-883c-3090e2eb8679
9 lines
289 B
Plaintext
9 lines
289 B
Plaintext
config BR2_PACKAGE_GENROMFS
|
|
bool "Build genromfs"
|
|
default n if !BR2_PACKAGE_NXFLAT
|
|
default y if BR2_PACKAGE_NXFLAT
|
|
help
|
|
genromfs is a tools that will convert a directory on the host
|
|
machine to a FLASH-able ROMFS image file. genromfs support
|
|
is normally required with NXFLAT.
|