From 8498cf52b211beae1445b5c70edd0c113ca65e90 Mon Sep 17 00:00:00 2001 From: Gluon Date: Sun, 1 Feb 2015 15:03:10 +0100 Subject: [PATCH] Added Modules --- modules | 4 ++++ site.mk | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 modules diff --git a/modules b/modules new file mode 100644 index 0000000..171a090 --- /dev/null +++ b/modules @@ -0,0 +1,4 @@ +GLUON_SITE_FEEDS='tro' + +PACKAGES_TRO_REPO=https://github.com/Freifunk-Troisdorf/packages.git +PACKAGES_TRO_COMMIT=0c249e15eac93844cb05156a6731b62abc7abbb7 \ No newline at end of file diff --git a/site.mk b/site.mk index 336996c..e5d2e0d 100644 --- a/site.mk +++ b/site.mk @@ -22,7 +22,8 @@ GLUON_SITE_PACKAGES := \ gluon-status-page \ iwinfo \ iptables \ - haveged + haveged \ + tro-netwatch DEFAULT_GLUON_RELEASE := 2014.4-stable-2.1 # Allow overriding the release number from the command line