repo: https://github.com/buildroot/buildroot/tree/2021.05 commit: 69f79f2a2ee1417e19c1ead2c9226e11753c06cb Update for 2021.05 Change-Id: I77d6d14da04483c97cb172bf6732732012e538d9
14 lines
425 B
Plaintext
14 lines
425 B
Plaintext
// -*- mode:doc; -*-
|
|
// vim: set syntax=asciidoc:
|
|
|
|
=== Conclusion
|
|
|
|
As you can see, adding a software package to Buildroot is simply a
|
|
matter of writing a Makefile using an existing example and modifying it
|
|
according to the compilation process required by the package.
|
|
|
|
If you package software that might be useful for other people, don't
|
|
forget to send a patch to the Buildroot mailing list (see
|
|
xref:submitting-patches[])!
|
|
|