mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
update sdrplay api where possible (not available for arm 32-bit)
This commit is contained in:
parent
c9f0d96724
commit
85afade7f9
3 changed files with 131 additions and 45 deletions
|
|
@ -28,13 +28,13 @@ ARCH=$(uname -m)
|
|||
|
||||
case $ARCH in
|
||||
x86_64)
|
||||
BINARY=SDRplay_RSP_API-Linux-3.07.1.run
|
||||
BINARY=SDRplay_RSP_API-Linux-3.12.1.run
|
||||
;;
|
||||
armv*)
|
||||
BINARY=SDRplay_RSP_API-ARM32-3.07.2.run
|
||||
;;
|
||||
aarch64)
|
||||
BINARY=SDRplay_RSP_API-ARM64-3.07.1.run
|
||||
BINARY=SDRplay_RSP_API-Linux-3.12.1.run
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue