Skip to content
Snippets Groups Projects
Commit eb029cb8 authored by Frédéric Leroy's avatar Frédéric Leroy
Browse files

build_helper: use official bladerf packages

bladerf ppa don't publish packages for Ubuntu 16.04.
There are official packages for bladerf so we use these.
parent ccddb785
Branches
Tags
No related merge requests found
......@@ -231,8 +231,10 @@ install_usrp_uhd_driver() {
}
check_install_bladerf_driver(){
if [ "$(get_distribution_release)" == "Ubuntu14.04" ] ; then
$SUDO add-apt-repository -y ppa:bladerf/bladerf
$SUDO apt-get update
fi
$SUDO apt-get install -y bladerf libbladerf-dev
$SUDO apt-get install -y bladerf-firmware-fx3
$SUDO apt-get install -y bladerf-fpga-hostedx40
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment