From patchwork Thu Dec 12 19:19:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [2/2] Add a README to folder tools. From: Robert Langhammer X-Patchwork-Id: 1244 Message-Id: <20191212191920.13820-2-rlanghammer@web.de> To: franken-dev@freifunk.net Date: Thu, 12 Dec 2019 20:19:20 +0100 Signed-off-by: Robert Langhammer Reviewed-by: Fabian Bläse --- tools/README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tools/README -- 2.20.1 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 + + + +