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