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
|
||||
GNU Radio basic block library
|
||||
|
||||
config BR2_PACKAGE_GNURADIO_CTRLPORT
|
||||
bool "ctrlport support"
|
||||
help
|
||||
GNU Radio ctrlport block
|
||||
|
||||
config BR2_PACKAGE_GNURADIO_FEC
|
||||
bool "gr-fec support"
|
||||
select BR2_PACKAGE_GNURADIO_BLOCKS
|
||||
|
@ -76,6 +76,12 @@ else
|
||||
GNURADIO_CONF_OPTS += -DENABLE_GR_CHANNELS=OFF
|
||||
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)
|
||||
GNURADIO_CONF_OPTS += -DENABLE_GR_DIGITAL=ON
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user