2012-11-11 04:14:42 +01:00
|
|
|
// -*- mode:doc; -*-
|
2013-02-13 13:59:02 +01:00
|
|
|
// vim: set syntax=asciidoc:
|
2012-11-11 04:14:42 +01:00
|
|
|
|
2011-10-10 10:46:39 +02:00
|
|
|
Conclusion
|
2012-11-11 04:14:42 +01:00
|
|
|
~~~~~~~~~~
|
2011-10-10 10:46:39 +02:00
|
|
|
|
|
|
|
As you can see, adding a software package to Buildroot is simply a
|
2012-11-16 05:54:19 +01:00
|
|
|
matter of writing a Makefile using an existing example and modifying it
|
2011-10-10 10:46:39 +02:00
|
|
|
according to the compilation process required by the package.
|
|
|
|
|
|
|
|
If you package software that might be useful for other people, don't
|
2012-11-27 12:59:17 +01:00
|
|
|
forget to send a patch to the Buildroot mailing list (see
|
|
|
|
xref:submitting-patches[])!
|
2011-10-10 10:46:39 +02:00
|
|
|
|