translation of lotarso's work, added recently discovered settings.

unified syntax for explanation.
This commit is contained in:
Frieder Griesshammer
2014-06-03 18:05:26 +02:00
parent 65c2563f4e
commit 4a7504a5b8
2 changed files with 124 additions and 31 deletions

11
site.mk
View File

@@ -1,3 +1,8 @@
## gluon site.mk makefile example
## GLUON_SITE_PACKAGES
# specify gluon/openwrt packages to include here
GLUON_SITE_PACKAGES := \
gluon-alfred \
gluon-autoupdater \
@@ -16,6 +21,12 @@ GLUON_SITE_PACKAGES := \
haveged
## DEFAULT_GLUON_RELEASE
# version string to use for images
# gluon relies on
# opkg compare-versions "$1" '>>' "$2"
# to decide if a version is newer or not.
DEFAULT_GLUON_RELEASE := 0.4+0-exp$(shell date '+%Y%m%d')
# Allow overriding the release number from the command line