diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-11-26 09:59:21 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-11-26 09:59:21 +0100 |
commit | 42ddff55d4ab08defc25d8f59a1d41d536ae5fad (patch) | |
tree | f2ffffd9dafa26c84be53288ce9cc642bad13dec | |
parent | ee5ea7d9cb3e818e1be8a5fe44ed150f1d93ff9d (diff) | |
download | buildroot-novena-42ddff55d4ab08defc25d8f59a1d41d536ae5fad.tar.gz buildroot-novena-42ddff55d4ab08defc25d8f59a1d41d536ae5fad.zip |
documentation: introduce a FAQ section
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | docs/buildroot.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index 144461298..d9df668d3 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -32,6 +32,7 @@ <li><a href="#downloaded_packages">Location of downloaded packages</a></li> <li><a href="#add_packages">Adding new packages to Buildroot</a></li> <li><a href="#board_support">Creating your own board support</a></li> + <li><a href="#faq">Frequently asked questions</a></li> <li><a href="#links">Resources</a></li> </ul> @@ -1593,6 +1594,11 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP <p>If you package software that might be useful for other people, don't forget to send a patch to Buildroot developers!</p> + <h2 id="faq">Frequently asked questions</h2> + + <ul> + </ul> + <h2 id="links">Resources</h2> <p>To learn more about Buildroot you can visit these websites:</p> |