You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
425 B
14 lines
425 B
2 years ago
|
// -*- 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[])!
|
||
|
|