From 5617eec66550b1aa7e373f6873f6128a05c06281 Mon Sep 17 00:00:00 2001 From: hexa- <mweinelt@users.noreply.github.com> Date: Tue, 11 Jul 2017 04:14:24 +0200 Subject: [PATCH] docs/site-example: fix comment and syntax error (#1186) --- docs/site-example/site.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site-example/site.mk b/docs/site-example/site.mk index 091fb50d1..721eb742b 100644 --- a/docs/site-example/site.mk +++ b/docs/site-example/site.mk @@ -1,11 +1,11 @@ ## gluon site.mk makefile example -## GLUON_SITE_PACKAGES +## GLUON_FEATURES # Specify Gluon features/packages to enable; # Gluon will automatically enable a set of packages # depending on the combination of features listed -GLUON_FEATURES := +GLUON_FEATURES := \ autoupdater \ ebtables-filter-multicast \ ebtables-filter-ra-dhcp \ -- GitLab