You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
firmware/tools
Robert Langhammer c569a9a4b5 tools/dep-tree: fix broken tool
With commit 1946aaca87 the variantselection has changed.
This adapts dep-tree to the new situation.

Additional:
* The variant can now passed by as an option.
* A help text is added.

Signed-off-by: Robert Langhammer <rlanghammer@web.de>
Acked-by: Fabian Bläse <fabian@blaese.de>
2 years ago
..
README.md Add a README to folder tools. 4 years ago
buildscript-bash-completion tools: Fix buildscript-bash-completion 2 years ago
dep-tree tools/dep-tree: fix broken tool 2 years ago

README.md

  ____  ____  ____  _____
 |     |     |        |   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