[PATCH 2/2] Add a README to folder tools.

Robert Langhammer rlanghammer at web.de
Do Dez 12 20:19:20 CET 2019


Signed-off-by: Robert Langhammer <rlanghammer at web.de>
---
 tools/README | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 tools/README

diff --git a/tools/README b/tools/README
new file mode 100644
index 0000000..2bcd54d
--- /dev/null
+++ b/tools/README
@@ -0,0 +1,25 @@
+  ____  ____  ____  _____
+ |     |     |        |   Freifunk
+ |____ |____ |____    |    Franken
+ |     |     |        |     Firmware
+ |     |     |        |      Tools
+
+In this folder you will find tools which can help you
+hacking and building the firmware.
+
+## buildscript-bash-completion
+
+Just source this script or put it in your /etc/bash_completion.d
+It provides all options and parameters of the buildscript on tab.
+
+
+## dep-tree
+
+This script collects all fff-package dependencies. You can throw the
+output at the graphviz dot-tool to visualize the dependecies-tree. e.g.
+dep-tree | dot -Tx11
+dep-tree | dot -Tpdf > dependencies.pdf
+
+
+
+
--
2.20.1



Mehr Informationen über die Mailingliste franken-dev