diff options
Diffstat (limited to 'docs/manual/customize.txt')
-rw-r--r-- | docs/manual/customize.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/customize.txt b/docs/manual/customize.txt index 85c1fc8203..ad335b9ab5 100644 --- a/docs/manual/customize.txt +++ b/docs/manual/customize.txt @@ -16,6 +16,10 @@ Typical actions you may need to perform for a given project are: +BR2_ROOTFS_POST_BUILD_SCRIPT+) ** running arbitrary commands prior to generating the filesystem image (using +BR2_ROOTFS_POST_BUILD_SCRIPT+) + ** setting file permissions and ownership (using + +BR2_ROOTFS_DEVICE_TABLE+) + ** adding custom devices nodes (using + +BR2_ROOTFS_STATIC_DEVICE_TABLE+) * running arbitrary commands after generating the filesystem image (using +BR2_ROOTFS_POST_IMAGE_SCRIPT+) * adding project-specific patches to some packages (using |