From 3950e90e7722bf1002cb30b0de274380c96817dd Mon Sep 17 00:00:00 2001
From: Tarnatos <tarnatos@posteo.de>
Date: Thu, 29 Sep 2016 17:27:00 +0200
Subject: [PATCH] renamed ffhh package name

---
 modules | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/modules b/modules
index aa6e1fa..2237272 100644
--- a/modules
+++ b/modules
@@ -1,15 +1,17 @@
 # This file allows specifying additional repositories to use
 # when building gluon.
 
-GLUON_SITE_FEEDS='ffhh_packages ffki roamguide'
+GLUON_SITE_FEEDS='ffhh ffki roamguide'
 
 # the git repository from where to clone the package feed
-PACKAGES_FFHH_PACKAGES_REPO=git://github.com/freifunkhamburg/ffhh-packages.git
+PACKAGES_FFHH_REPO=git://github.com/freifunkhamburg/ffhh-packages.git
 PACKAGES_FFKI_REPO=git://github.com/freifunk-kiel/ffki-packages.git
 PACKAGES_ROAMGUIDE_REPO=https://git.toppoint.de/sargon/roamguide
+# for roamguide:
+# GIT_SSL_NO_VERIFY=true git clone https://git.toppoint.de/sargon/roamguide
 
 # the version/commit of the git repository to clone
-PACKAGES_FFHH_PACKAGES_COMMIT=818765060bc76a109dde1558513fd086e5973ef1
+PACKAGES_FFHH_COMMIT=818765060bc76a109dde1558513fd086e5973ef1
 PACKAGES_FFKI_COMMIT=67ffe553db95684aa144aa5b5d15905d18d44efb
 PACKAGES_ROAMGUIDE_COMMIT=152f5649d06e4a1fecb96ee754bbd44fb1334f24
 
-- 
GitLab