firmware/tools
Robert Langhammer 306ed093f7 tools/dep-tree
The tool dep-tree is broken since commit "Simplify firmware variant selection"

Use the new package names for the roots of the tree to fix it.

Signed-off-by: Robert Langhammer <rlanghammer@web.de>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
2022-11-26 16:43:40 +01:00
..
README.md Add a README to folder tools. 2019-12-24 12:52:05 +01:00
buildscript-bash-completion tools: Fix buildscript-bash-completion 2021-02-27 14:45:31 +01:00
dep-tree tools/dep-tree 2022-11-26 16:43:40 +01:00

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