Skip to content

Commit

Permalink
Fix board detection in read_caldata script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomascuz committed Aug 31, 2022
1 parent 227e0e8 commit 3d78627
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
do_load_ipq4019_board_bin()
{

local board=ap$(echo $(board_name) | awk -F 'ap' '{print$2}')
local board=$(board_name)
local mtdblock=$(find_mtd_part 0:ART)

local apdk="/tmp"
Expand Down

0 comments on commit 3d78627

Please sign in to comment.