forked from remote/site-ffmuc
translation of lotarso's work, added recently discovered settings.
unified syntax for explanation.
This commit is contained in:
11
site.mk
11
site.mk
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user