Browse Source

Merge pull request #16366 from stintel/rtl_433

rtl_433: disable SoapySDR
lilik-openwrt-22.03
Stijn Tintel 3 years ago
committed by GitHub
parent
commit
f3390f929c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      utils/rtl_433/Makefile

+ 3
- 1
utils/rtl_433/Makefile View File

@ -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


Loading…
Cancel
Save