Skip to content
Snippets Groups Projects
Commit c3d3588c authored by rubo77's avatar rubo77
Browse files

version auf 2016.2 hochgezählt und auf stable gesetzt als default

parent 9ce9edfb
No related branches found
No related tags found
No related merge requests found
...@@ -32,13 +32,13 @@ GLUON_SITE_PACKAGES += \ ...@@ -32,13 +32,13 @@ GLUON_SITE_PACKAGES += \
# Always call `make` from the command line with the desired release version! # Always call `make` from the command line with the desired release version!
# otherwise this is generated: # otherwise this is generated:
DEFAULT_GLUON_RELEASE := 0.16.6~exp$(shell date '+%y%m%d%H%M') DEFAULT_GLUON_RELEASE := 2016.2~exp$(shell date '+%y%m%d%H%M')
# Allow overriding the release number from the command line # Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE) GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
GLUON_PRIORITY ?= 0 GLUON_PRIORITY ?= 0
GLUON_BRANCH ?= experimental GLUON_BRANCH ?= stable
export GLUON_BRANCH export GLUON_BRANCH
GLUON_TARGET ?= ar71xx-generic GLUON_TARGET ?= ar71xx-generic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment