Skip to content

Commit

Permalink
Merge branch 'build'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonsm committed Apr 20, 2022
2 parents da4ec46 + d4e3cbc commit 84389a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/make_firmware
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -z "$1" ]; then
fi

if echo "$1" | grep : > /dev/null; then
for BOARD_NAME in XY-C1 NEWIFI3 NEWIFI-MINI K2P-5.0 RM2100 R2100; do
for BOARD_NAME in XY-C1 NEWIFI3 NEWIFI-MINI K2P RM2100 R2100; do
./clear_tree
fakeroot ./build_firmware_modify "$BOARD_NAME"
TRX=`ls images/*.trx`
Expand Down

0 comments on commit 84389a2

Please sign in to comment.