forked from remote/site-ffmuc
site-ff* scheme in readme,
HTMode explanation, fastd links to documentation, cleaned leftover Todos, GLUON_RELEASE explanation in site.mk
This commit is contained in:
12
site.mk
12
site.mk
@@ -1,6 +1,6 @@
|
||||
## gluon site.mk makefile example
|
||||
|
||||
## GLUON_SITE_PACKAGES
|
||||
## GLUON_SITE_PACKAGES
|
||||
# specify gluon/openwrt packages to include here
|
||||
|
||||
GLUON_SITE_PACKAGES := \
|
||||
@@ -21,7 +21,7 @@ GLUON_SITE_PACKAGES := \
|
||||
haveged
|
||||
|
||||
|
||||
## DEFAULT_GLUON_RELEASE
|
||||
## DEFAULT_GLUON_RELEASE
|
||||
# version string to use for images
|
||||
# gluon relies on
|
||||
# opkg compare-versions "$1" '>>' "$2"
|
||||
@@ -29,5 +29,13 @@ GLUON_SITE_PACKAGES := \
|
||||
|
||||
DEFAULT_GLUON_RELEASE := 0.4+0-exp$(shell date '+%Y%m%d')
|
||||
|
||||
|
||||
## GLUON_RELEASE
|
||||
# call make with custom GLUON_RELEASE flag, to use your own release version scheme.
|
||||
# e.g.:
|
||||
# $ make images GLUON_RELEASE=23.42+5
|
||||
# would generate images named like this:
|
||||
# gluon-ff%site_code%-23.42+5-%router_model%.bin
|
||||
|
||||
# Allow overriding the release number from the command line
|
||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||
|
||||
Reference in New Issue
Block a user