summaryrefslogtreecommitdiff
path: root/cookbooks/gnuradio/attributes
diff options
context:
space:
mode:
authorDamien Walsh <me@damow.net>2013-06-27 02:57:15 -0700
committerDamien Walsh <me@damow.net>2013-06-27 02:57:15 -0700
commit22d78b72515a0bbc6a20c872c60a35b2bbf830ea (patch)
treeb604d4c2123032ad14e4b42c9024c157e5e9f0ea /cookbooks/gnuradio/attributes
parente4d9765a8d9527e7703407039aed246be1206af4 (diff)
parent2a97c01e22bcc0770e108008c095096742981175 (diff)
Merge pull request #10 from ibobbitt/masterHEADmaster
Adding support for hackrf (tested, builds OK).
Diffstat (limited to 'cookbooks/gnuradio/attributes')
-rw-r--r--cookbooks/gnuradio/attributes/default.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/cookbooks/gnuradio/attributes/default.rb b/cookbooks/gnuradio/attributes/default.rb
index 648836e..049cac5 100644
--- a/cookbooks/gnuradio/attributes/default.rb
+++ b/cookbooks/gnuradio/attributes/default.rb
@@ -4,3 +4,4 @@ default[:repos][:gnuradio] = 'http://gnuradio.org/git/gnuradio.git'
default[:repos][:rtlsdr] = 'git://git.osmocom.org/rtl-sdr'
default[:repos][:gr_osmosdr] = 'git://git.osmocom.org/gr-osmosdr'
default[:repos][:gqrx] = 'git://github.com/csete/gqrx.git'
+default[:repos][:hackrf] = 'https://github.com/mossmann/hackrf.git'