Skip to content

Commit af83a6f

Browse files
committed
Fix Portenta packaging script
1 parent 14e4eba commit af83a6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.sh

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ mv _variants variants
3737

3838
# Remove fqbns not in $FQBNS list
3939
touch _boards.txt
40+
# Save all menus (will not be displayed if unused)
41+
cat boards.txt | grep "^menu\." >> _boards.txt
4042
for board in $FQBNS; do
4143
cat boards.txt | grep "$board\." >> _boards.txt
4244
done

0 commit comments

Comments
 (0)