From be75cfb45be2fac78ea2e26c1dccd37e7bab41da Mon Sep 17 00:00:00 2001 From: "Stanislav Lechev [0xAF]" Date: Mon, 5 Feb 2024 00:16:41 +0200 Subject: [PATCH] upadte docker images --- docker/deb_based/install-owrxp-extra.sh | 8 +++++--- docker/scripts/install-040-dependencies-sdrplay.sh | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docker/deb_based/install-owrxp-extra.sh b/docker/deb_based/install-owrxp-extra.sh index e3fed37c..15a6e26c 100755 --- a/docker/deb_based/install-owrxp-extra.sh +++ b/docker/deb_based/install-owrxp-extra.sh @@ -22,13 +22,15 @@ function cmakebuild() { export MARCH=native case `uname -m` in arm*) - SDRPLAY_BINARY=SDRplay_RSP_API-ARM32-3.07.2.run + #SDRPLAY_BINARY=SDRplay_RSP_API-ARM32-3.07.2.run + SDRPLAY_BINARY=SDRplay_RSP_API-Linux-3.14.0.run ;; aarch64*) - SDRPLAY_BINARY=SDRplay_RSP_API-ARM64-3.07.1.run + #SDRPLAY_BINARY=SDRplay_RSP_API-ARM64-3.07.1.run + SDRPLAY_BINARY=SDRplay_RSP_API-Linux-3.14.0.run ;; x86_64*) - SDRPLAY_BINARY=SDRplay_RSP_API-Linux-3.07.1.run + SDRPLAY_BINARY=SDRplay_RSP_API-Linux-3.07.2.run export MARCH=x86-64 ;; esac diff --git a/docker/scripts/install-040-dependencies-sdrplay.sh b/docker/scripts/install-040-dependencies-sdrplay.sh index 79da7f92..4886c179 100755 --- a/docker/scripts/install-040-dependencies-sdrplay.sh +++ b/docker/scripts/install-040-dependencies-sdrplay.sh @@ -28,13 +28,15 @@ if [[ -z ${1:-} ]]; then case $ARCH in x86_64) - BINARY=SDRplay_RSP_API-Linux-3.07.1.run + #BINARY=SDRplay_RSP_API-Linux-3.07.1.run + BINARY=SDRplay_RSP_API-Linux-3.14.0.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-ARM64-3.07.1.run + BINARY=SDRplay_RSP_API-Linux-3.14.0.run ;; esac