From f57226a35c5751d7692139c2dbe333ff5464d639 Mon Sep 17 00:00:00 2001 From: hexa- Date: Tue, 11 Jul 2017 04:07:02 +0200 Subject: [PATCH] docs/site-example: fix comment and syntax error --- 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 091fb50d..721eb742 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 \