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:
Frieder Griesshammer
2014-06-15 14:06:23 +02:00
parent ae46461878
commit af9ec86c46
3 changed files with 39 additions and 22 deletions

12
site.mk
View File

@@ -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)