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>
This commit is contained in:
Robert Langhammer 2022-09-20 00:44:05 +02:00
parent 0d06be1749
commit 0a1800c064
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ write_deps() {
done
}
for v in $variant; do
defaults="$defaults fff-variant-$v"
for v in base $variant; do
defaults="$defaults fff-$v"
done
# start tree
for package in $defaults; do