diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-08-21 23:05:49 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-08-21 23:05:49 +0200 |
commit | 9d4167d9e27c90e7aef8b63648ef9c7aafb6f228 (patch) | |
tree | 452709755d2190401711e1605f0aa7561af18b49 /host | |
parent | 8aa4a2d633d513243e2515536c72cea957bfd52c (diff) | |
download | uhd-9d4167d9e27c90e7aef8b63648ef9c7aafb6f228.tar.gz uhd-9d4167d9e27c90e7aef8b63648ef9c7aafb6f228.tar.bz2 uhd-9d4167d9e27c90e7aef8b63648ef9c7aafb6f228.zip |
uhd: Updated images URL and MD5
Diffstat (limited to 'host')
-rw-r--r-- | host/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index ef2b07d66..9baebdb11 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -209,9 +209,8 @@ UHD_INSTALL(FILES ######################################################################## # Images download directory for utils/uhd_images_downloader.py ######################################################################## - -SET(UHD_IMAGES_MD5SUM "1e92df755dd71575ac238cd8bea3ea21") -SET(UHD_IMAGES_DOWNLOAD_SRC "http://files.ettus.com/binaries/maint_images/archive/uhd-images_003.007.002-release.zip") +SET(UHD_IMAGES_MD5SUM "9cfe5b877dc87c993553a475d32701c8") +SET(UHD_IMAGES_DOWNLOAD_SRC "http://files.ettus.com/binaries/master_images/archive/uhd-images_003.007.002-440-gb290682b.zip") ######################################################################## # Register top level components |