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).
This commit is contained in:
stebifan 2015-04-27 15:33:35 +02:00
parent 2ef2b79601
commit dcd7f12a2a

View File

@ -4,6 +4,8 @@ GLUON_SITE_PACKAGES := \
gluon-announced \ gluon-announced \
gluon-neighbour-info \ gluon-neighbour-info \
gluon-autoupdater \ gluon-autoupdater \
gluon-setup-mode \
gluon-config-mode-core \
gluon-config-mode-autoupdater \ gluon-config-mode-autoupdater \
gluon-config-mode-hostname \ gluon-config-mode-hostname \
gluon-config-mode-mesh-vpn \ gluon-config-mode-mesh-vpn \