mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
gnuradio: add gr-ctrlport support
gr-ctrlport is a gnuradio module to create distributed control applications. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
2d3e305587
commit
f0baae8da8
@ -41,6 +41,11 @@ config BR2_PACKAGE_GNURADIO_BLOCKS
|
|||||||
help
|
help
|
||||||
GNU Radio basic block library
|
GNU Radio basic block library
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GNURADIO_CTRLPORT
|
||||||
|
bool "ctrlport support"
|
||||||
|
help
|
||||||
|
GNU Radio ctrlport block
|
||||||
|
|
||||||
config BR2_PACKAGE_GNURADIO_FEC
|
config BR2_PACKAGE_GNURADIO_FEC
|
||||||
bool "gr-fec support"
|
bool "gr-fec support"
|
||||||
select BR2_PACKAGE_GNURADIO_BLOCKS
|
select BR2_PACKAGE_GNURADIO_BLOCKS
|
||||||
|
@ -76,6 +76,12 @@ else
|
|||||||
GNURADIO_CONF_OPTS += -DENABLE_GR_CHANNELS=OFF
|
GNURADIO_CONF_OPTS += -DENABLE_GR_CHANNELS=OFF
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GNURADIO_CTRLPORT),y)
|
||||||
|
GNURADIO_CONF_OPTS += -DENABLE_GR_CTRLPORT=ON
|
||||||
|
else
|
||||||
|
GNURADIO_CONF_OPTS += -DENABLE_GR_CTRLPORT=OFF
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GNURADIO_DIGITAL),y)
|
ifeq ($(BR2_PACKAGE_GNURADIO_DIGITAL),y)
|
||||||
GNURADIO_CONF_OPTS += -DENABLE_GR_DIGITAL=ON
|
GNURADIO_CONF_OPTS += -DENABLE_GR_DIGITAL=ON
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user