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

reverted minor change to installation build script

parent ffa30c94
No related branches found
No related tags found
No related merge requests found
...@@ -262,10 +262,14 @@ function main() { ...@@ -262,10 +262,14 @@ function main() {
if [ "$INSTALL_EXTERNAL" = "1" ] ; then if [ "$INSTALL_EXTERNAL" = "1" ] ; then
echo_info "Installing packages" echo_info "Installing packages"
check_install_oai_software check_install_oai_software
echo_info "installing packages for USRP support" if [ "$HW" == "OAI_USRP" ] ; then
check_install_usrp_uhd_driver echo_info "installing packages for USRP support"
echo_info "installing packages for BALDERF support" check_install_usrp_uhd_driver
check_install_bladerf_driver fi
if [ "$HW" == "OAI_BLADERF" ] ; then
echo_info "installing packages for BALDERF support"
check_install_bladerf_driver
fi
fi fi
if [ "$INSTALL_OPTIONAL" = "1" ] ; then if [ "$INSTALL_OPTIONAL" = "1" ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment