gr-gsm-master/Makefile: enable host USB access

Privileged USB access is required for direct communication
between the image's UHD driver and a host's USRP device.

Change-Id: I8170d2c31b4e28f6a406c50b10b7626f70f36d28
This commit is contained in:
Vadim Yanitskiy 2018-08-09 18:52:59 +07:00
parent b642b8688d
commit 00ffd6a231
1 changed files with 4 additions and 0 deletions

View File

@ -1 +1,5 @@
RUN_ARGS?= \
--privileged \
-v /dev/bus/usb:/dev/bus/usb
include ../make/Makefile