diff options
Diffstat (limited to 'docs/manual/working-with.txt')
-rw-r--r-- | docs/manual/working-with.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/manual/working-with.txt b/docs/manual/working-with.txt new file mode 100644 index 000000000..3c57504bd --- /dev/null +++ b/docs/manual/working-with.txt @@ -0,0 +1,21 @@ +// -*- mode:doc; -*- + +Working with Buildroot +====================== + +This section explains how you can customize Buildroot to fit your +needs. + +include::customize.txt[] + +include::common-usage.txt[] + +Hacking Buildroot +----------------- + +If Buildroot does not yet fit all your requirements, you may be +interested in hacking it to add: + +* new packages: refer to the xref:adding-packages[Developer guide] + +* new board support: refer to the xref:board-support[Developer guide] |