release: restore ZUPT and harden source-only 5.2.2
This commit is contained in:
parent
74e393ba3e
commit
ff99770bd0
205 changed files with 19627 additions and 13215 deletions
|
|
@ -26,8 +26,7 @@ PASS=0; FAIL=0
|
|||
P() { echo " ✓ $1"; PASS=$((PASS+1)); }
|
||||
F() { echo " ✗ $1"; FAIL=$((FAIL+1)); }
|
||||
|
||||
BIN=./vaptvupt
|
||||
[ -x ./vaptvupt ] || BIN=./zupt
|
||||
BIN=${1:-${ZUPT_BIN:-./zupt}}
|
||||
[ -x "$BIN" ] || { echo "ERROR: no built binary"; exit 2; }
|
||||
|
||||
echo "VaptVupt decode over-copy guard"
|
||||
|
|
|
|||
Loading…
Reference in a new issue