Skip to content
Snippets Groups Projects
Commit ffa30c94 authored by Rohit Gupta's avatar Rohit Gupta
Browse files

updated build script to always install USRP/BLADERF drivers during installation

parent 477104ec
Branches
Tags
No related merge requests found
......@@ -262,17 +262,12 @@ function main() {
if [ "$INSTALL_EXTERNAL" = "1" ] ; then
echo_info "Installing packages"
check_install_oai_software
if [ "$HW" == "OAI_USRP" ] ; then
echo_info "installing packages for USRP support"
check_install_usrp_uhd_driver
fi
if [ "$HW" == "OAI_BLADERF" ] ; then
echo_info "installing packages for BALDERF support"
check_install_bladerf_driver
fi
fi
if [ "$INSTALL_OPTIONAL" = "1" ] ; then
echo_info "Installing optional packages"
check_install_additional_tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment