From 7141696ae25773d406f92cfb6db4617daff69412 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Thu, 2 Jul 2015 17:14:37 +0200 Subject: [PATCH] Add gluon repository as submodule Instead of recording the commit in the gluon repository that belongs to a release of our firmware in the README.md, it is more reasonable to have the gluon repository as a submodule, having this information in a machine-readable way and making it easier to reproduce the compilation of a specific version. To compile gluon, simply add `GLUON_SITEDIR="$(dirname $PWD)"` to the make command. --- .gitmodules | 3 +++ gluon | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 gluon diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8d6cc9d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "gluon"] + path = gluon + url = https://github.com/freifunk-gluon/gluon.git diff --git a/gluon b/gluon new file mode 160000 index 0000000..e54e3dc --- /dev/null +++ b/gluon @@ -0,0 +1 @@ +Subproject commit e54e3dc41046d9334d515f87397c436451c964ad