1// -*- mode:doc; -*- 2// vim: set syntax=asciidoc: 3 4=== Conclusion 5 6As you can see, adding a software package to Buildroot is simply a 7matter of writing a Makefile using an existing example and modifying it 8according to the compilation process required by the package. 9 10If you package software that might be useful for other people, don't 11forget to send a patch to the Buildroot mailing list (see 12xref:submitting-patches[])! 13 14