Skip to content

Commit c0952c8

Browse files
committed
Merge branch 'dev'
2 parents 2e9d7f2 + a369ad4 commit c0952c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build_complete.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ arm_boards="
4040
kukui peach-pi peach-pit stumpy daisy-spring trogdor
4141
"
4242
#a list of shims that have a patch for the sh1mmer vulnerability
43-
bad_boards="reef sand snappy pyro"
43+
bad_boards="reef sand pyro"
44+
4445
if grep -q "$board" <<< "$arm_boards" > /dev/null; then
4546
print_info "automatically detected arm64 device name"
4647
arch="arm64"

0 commit comments

Comments
 (0)