summaryrefslogtreecommitdiff
path: root/cookbooks/gnuradio/attributes
diff options
context:
space:
mode:
Diffstat (limited to 'cookbooks/gnuradio/attributes')
-rw-r--r--cookbooks/gnuradio/attributes/default.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/cookbooks/gnuradio/attributes/default.rb b/cookbooks/gnuradio/attributes/default.rb
new file mode 100644
index 0000000..7b3cd28
--- /dev/null
+++ b/cookbooks/gnuradio/attributes/default.rb
@@ -0,0 +1,5 @@
+default[:workingdir] = "/home/vagrant/dev"
+
+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"