mirror of
https://github.com/OpenRTX/OpenRTX
synced 2026-08-08 12:29:06 -04:00
scripts: removed bin2sgl binaries
This commit is contained in:
parent
4b1e2943c9
commit
024a18588d
5 changed files with 0 additions and 14 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -63,10 +63,6 @@ subprojects/XPowersLib
|
|||
# ignore linux openrtx emulator history file
|
||||
.emulatorsh_history
|
||||
|
||||
# ignore bin2sgl
|
||||
!scripts/bin2sgl.Linux.bin
|
||||
!scripts/bin2sgl.exe
|
||||
|
||||
# Compiled script
|
||||
scripts/get_demod_log
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||
|
||||
if [ `uname -m` = "aarch64" ]; then
|
||||
qemu-x86_64 $SCRIPTPATH/bin2sgl.Linux.bin "$@"
|
||||
else
|
||||
$SCRIPTPATH/bin2sgl.Linux.bin "$@"
|
||||
fi
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue