diff options
author | wulf <wulf> | 2006-04-27 03:14:19 +0000 |
---|---|---|
committer | wulf <wulf> | 2006-04-27 03:14:19 +0000 |
commit | d9c45e9ed8d202a6c04d32f7d6718c704d56733a (patch) | |
tree | b4fb9ee4048b3d7b5dc36a7d4869379e79ff65b9 /ham/gnuradio-usrp/Makefile | |
parent | 90de04b86a49978d3d982541aaf828f33e446b53 (diff) | |
download | pkgsrc-d9c45e9ed8d202a6c04d32f7d6718c704d56733a.tar.gz |
Updated gnuradio-usrp to 0.8:
* replaced 64e6 with fpga_master_clock_frequency
* allow specification of firmware and fpga files to load
* added method to retrieve serial number
Diffstat (limited to 'ham/gnuradio-usrp/Makefile')
-rw-r--r-- | ham/gnuradio-usrp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ham/gnuradio-usrp/Makefile b/ham/gnuradio-usrp/Makefile index 9e05e7f34e6..b4e7261fc83 100644 --- a/ham/gnuradio-usrp/Makefile +++ b/ham/gnuradio-usrp/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2006/04/09 16:06:30 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/04/27 03:14:19 wulf Exp $ -VERSION= 0.6 +VERSION= 0.8 DISTNAME= gr-usrp-${VERSION} PKGNAME= gnuradio-usrp-${VERSION} -PKGREVISION= 2 WRKSRC= ${WRKDIR}/${DISTNAME} COMMENT= USRP bindings for GNU Radio |