From 2f6492fb6dcb99f6c16db8dd7606a583ab001532 Mon Sep 17 00:00:00 2001
From: rubo77 <github@r.z11.de>
Date: Thu, 1 Dec 2016 01:23:16 +0100
Subject: [PATCH] ffki package gluon-config-mode-hostname-no-pretty um den
 standard hostnamen nicht zu erlauben

---
 modules | 2 +-
 site.mk | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/modules b/modules
index c75743a..5a47361 100644
--- a/modules
+++ b/modules
@@ -14,7 +14,7 @@ GIT_SSL_NO_VERIFY=true git clone https://git.toppoint.de/sargon/roamguide
 
 # the version/commit of the git repository to clone
 PACKAGES_FFHH_COMMIT=818765060bc76a109dde1558513fd086e5973ef1
-PACKAGES_FFKI_COMMIT=67ffe553db95684aa144aa5b5d15905d18d44efb
+PACKAGES_FFKI_COMMIT=9376d333c1fa91ad23e6012515b4999fbc94d098
 PACKAGES_ROAMGUIDE_COMMIT=cc8253d6dd62cd6ba4f04506711edd0705dc5532
 PACKAGES_SSIDCHANGER_COMMIT=2550af343202746ac6be9ce9b719cb1caa672d82
 
diff --git a/site.mk b/site.mk
index f37f889..0bc82db 100644
--- a/site.mk
+++ b/site.mk
@@ -6,7 +6,6 @@ GLUON_SITE_PACKAGES := \
 	gluon-setup-mode \
 	gluon-config-mode-core \
 	gluon-config-mode-autoupdater \
-	gluon-config-mode-hostname \
 	gluon-config-mode-mesh-vpn \
 	gluon-ebtables-filter-multicast \
 	gluon-ebtables-filter-ra-dhcp \
@@ -33,6 +32,10 @@ GLUON_SITE_PACKAGES += \
 # from ffhh-packages:
 GLUON_SITE_PACKAGES += \
 	gluon-config-mode-reboot-ffhh
+# from ffki-packages:
+GLUON_SITE_PACKAGES += \
+	gluon-config-mode-hostname-no-pretty \
+	
 
 # Always call `make` from the command line with the desired release version!
 # otherwise this is generated:
-- 
GitLab