1config BR2_PACKAGE_RTL_433 2 bool "rtl_433" 3 depends on BR2_USE_MMU # fork() 4 depends on !BR2_STATIC_LIBS 5 depends on BR2_TOOLCHAIN_HAS_THREADS 6 select BR2_PACKAGE_LIBOPENSSL_ENABLE_PSK if BR2_PACKAGE_LIBOPENSSL 7 help 8 rtl_433 (despite the name) is a generic data receiver, mainly 9 for the 433.92 MHz, 868 MHz (SRD), 315 MHz, 345 MHz, and 915 10 MHz ISM bands. 11 12 https://github.com/merbanan/rtl_433 13 14comment "rtl_433 needs a toolchain w/ dynamic library, threads" 15 depends on BR2_USE_MMU 16 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS 17