summaryrefslogtreecommitdiffstats
path: root/docs/manual/adding-packages-conclusion.txt
diff options
context:
space:
mode:
authorThomas Petazzoni2011-10-10 10:46:39 +0200
committerPeter Korsgaard2011-10-25 09:46:01 +0200
commit41c1cb44cd60819f8ba20024e23e431c00b279d7 (patch)
tree8ec316f1602e4e9a8fff272aeeb1a2a36eb5fdd1 /docs/manual/adding-packages-conclusion.txt
parentCHANGES: update with recent changes (diff)
downloadbuildroot-41c1cb44cd60819f8ba20024e23e431c00b279d7.tar.gz
buildroot-41c1cb44cd60819f8ba20024e23e431c00b279d7.tar.xz
buildroot-41c1cb44cd60819f8ba20024e23e431c00b279d7.zip
manual: convert existing documentation to the asciidoc format
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual/adding-packages-conclusion.txt')
-rw-r--r--docs/manual/adding-packages-conclusion.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/manual/adding-packages-conclusion.txt b/docs/manual/adding-packages-conclusion.txt
new file mode 100644
index 000000000..347582727
--- /dev/null
+++ b/docs/manual/adding-packages-conclusion.txt
@@ -0,0 +1,10 @@
+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 Buildroot developers!
+