From fbceaa6d21cac8f4682381ee75af353335b2b3b5 Mon Sep 17 00:00:00 2001
From: Patrick Uven <bioxz@stderr.cc>
Date: Sun, 5 Oct 2014 20:21:25 +0200
Subject: [PATCH] Created modules for example config

---
 docs/site-example/modules | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 docs/site-example/modules

diff --git a/docs/site-example/modules b/docs/site-example/modules
new file mode 100644
index 000000000..5b18ab208
--- /dev/null
+++ b/docs/site-example/modules
@@ -0,0 +1,25 @@
+##	gluon site modules example
+#		this file allows to define additional
+#		package feeds to be used.
+#		packages from this feeds can then be included
+#		via site.mk
+
+
+##	GLUON_SITE_FEEDS
+#		feeds to include, note that this is not called
+#		GLUON_FEEDS as in the Gluon modules file.
+#
+#		for each feed name given, there have to be
+#		two variables given in the following.
+GLUON_SITE_FEEDS='ffhh_packages'
+
+
+##	PACKAGES_$feedname_REPO
+#		the  git repository from where to clone the package feed
+PACKAGES_FFHH_PACKAGES_REPO=git://github.com/freifunkhamburg/ffhh-packages.git
+
+
+##	PACKAGES_$feedname_COMMIT
+#		the version/commit of the git repository to clone
+PACKAGES_FFHH_PACKAGES_COMMIT=0fc9d44e95000c61a69b04278e4d38f2a3f57e49
+
-- 
GitLab