diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-25 18:21:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 18:21:52 +0300 |
commit | f3390f929c49c43cb4d85da954b077edeb04dd30 (patch) | |
tree | bfe13a8e6b1b22b895659122525cfbb63b3dbb69 /utils | |
parent | f51b325b2dcc1537501e01b795f31ff7e58e1bbf (diff) | |
parent | 901a0b7b5e3c50d8eb0c9031c6b3b78c9a79abb0 (diff) |
Merge pull request #16366 from stintel/rtl_433
rtl_433: disable SoapySDR
Diffstat (limited to 'utils')
-rw-r--r-- | utils/rtl_433/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/rtl_433/Makefile b/utils/rtl_433/Makefile index cf3e44249..e9422af45 100644 --- a/utils/rtl_433/Makefile +++ b/utils/rtl_433/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtl_433 PKG_VERSION:=20.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/merbanan/rtl_433/tar.gz/$(PKG_VERSION)? @@ -33,6 +33,8 @@ define Package/rtl-sdr/description rtl_433 turns your Realtek RTL2832 based DVB dongle into a 433.92MHz generic data receiver. endef +CMAKE_OPTIONS += -DENABLE_SOAPYSDR=NO + define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/rtl_433.h $(1)/usr/include |