diff --git a/cmake_targets/build_oai.bash b/cmake_targets/build_oai.bash
index 883fa1ef311c43a3a68cdf43b06f458c7e4dfe99..91b25e56127e2facaf0bfd0f7f74dca3d7dc433b 100755
--- a/cmake_targets/build_oai.bash
+++ b/cmake_targets/build_oai.bash
@@ -86,8 +86,6 @@ do
             shift 2;;
        -w | --hardware)
             HW="$2" #"${i#*=}"
-            # Use OAI_USRP  as the key work USRP is used inside UHD driver
-            [ "$HW" == "USRP" ] && HW=OAI_USRP
             echo_info "setting hardware to: $HW"
             shift 2;;
 	--oaisim)
@@ -148,7 +146,7 @@ if [ "$INSTALL_EXTERNAL" = "1" ] ; then
    check_install_oai_software
    echo_info "Making X.509 certificates"
    make_certs eur
-   if [ "$HW" == "OAI_USRP" ] ; then
+   if [ "$HW" == "USRP" ] ; then
      echo_info "installing packages for USRP support"
      check_install_usrp_uhd_driver
    fi