Browse Source

docs/site-example: fix comment and syntax error (#1186)

hexa- 6 years ago
parent
commit
5617eec665
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/site-example/site.mk

+ 2 - 2
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 \