- Drop all patches (already in version) - Threads is not mandatory since https://github.com/merbanan/rtl_433/commit/4f5231bef29f42acc0ce5700584e8c4df5dc0aa2 https://github.com/merbanan/rtl_433/releases/tag/22.11 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
config BR2_PACKAGE_RTL_433
|
|
bool "rtl_433"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_PSK if BR2_PACKAGE_LIBOPENSSL
|
|
help
|
|
rtl_433 (despite the name) is a generic data receiver, mainly
|
|
for the 433.92 MHz, 868 MHz (SRD), 315 MHz, 345 MHz, and 915
|
|
MHz ISM bands.
|
|
|
|
https://github.com/merbanan/rtl_433
|