From dcd7f12a2ab8c82e91053969d831d151ea976483 Mon Sep 17 00:00:00 2001 From: stebifan Date: Mon, 27 Apr 2015 15:33:35 +0200 Subject: [PATCH] Added gluon-setup-mode and gluon-config-mode-core with the latest change to Gluon, the packages * gluon-setup-mode and * gluon-config-mode-core must now be included explicitly in the site.mk to build Gluon with config mode (otherwise, a clean build of Gluon should fail). --- site.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site.mk b/site.mk index eda4224..c77664a 100644 --- a/site.mk +++ b/site.mk @@ -4,6 +4,8 @@ GLUON_SITE_PACKAGES := \ gluon-announced \ gluon-neighbour-info \ gluon-autoupdater \ + gluon-setup-mode \ + gluon-config-mode-core \ gluon-config-mode-autoupdater \ gluon-config-mode-hostname \ gluon-config-mode-mesh-vpn \ @@ -30,4 +32,4 @@ DEFAULT_GLUON_RELEASE := 2014.4-stable-2.1 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE) GLUON_PRIORITY ?= 0 -GLUON_LANGS ?= en de \ No newline at end of file +GLUON_LANGS ?= en de