Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon site
Commits
53750263
Commit
53750263
authored
5 years ago
by
Philippe
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'master'
update to v1.7 See merge request
!7
parents
9a92564d
e0d4b5b8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!7
update to v1.7
Pipeline
#128
passed
5 years ago
Stage: build
Stage: package
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-0
2 additions, 0 deletions
README.md
site.mk
+1
-1
1 addition, 1 deletion
site.mk
with
3 additions
and
1 deletion
README.md
+
2
−
0
View file @
53750263
...
@@ -7,6 +7,8 @@ Freifunk Stuttgart specific Gluon configuration
...
@@ -7,6 +7,8 @@ Freifunk Stuttgart specific Gluon configuration
Doku: https://gluon.readthedocs.org/en/latest/user/site.html
Doku: https://gluon.readthedocs.org/en/latest/user/site.html
Gluon versions used for specific Stuttgart Freifunk Firmware builds:
Gluon versions used for specific Stuttgart Freifunk Firmware builds:
*
ffs-1.7: v2018.2.3-ffs0.1
*
ffs-1.6: v2018.2.2-ffs0.1
*
ffs-1.4: v2017.1.5 (LEDE)
*
ffs-1.4: v2017.1.5 (LEDE)
*
ffs-1.3: v2016.2.7 + 1340 mtu
*
ffs-1.3: v2016.2.7 + 1340 mtu
*
ffs-1.2: v2016.2.6 + ffs-set-segment dns fix + 1312 mtu
*
ffs-1.2: v2016.2.6 + ffs-set-segment dns fix + 1312 mtu
...
...
This diff is collapsed.
Click to expand it.
site.mk
+
1
−
1
View file @
53750263
...
@@ -47,7 +47,7 @@ DEFAULT_BUILD_DATE := $(shell date '+%Y-%m-%d')
...
@@ -47,7 +47,7 @@ DEFAULT_BUILD_DATE := $(shell date '+%Y-%m-%d')
BUILD_DATE
?=
$(
DEFAULT_BUILD_DATE
)
BUILD_DATE
?=
$(
DEFAULT_BUILD_DATE
)
DEFAULT_GLUON_RELEASE
:=
1.
6
+
$(
BUILD_DATE
)
-g
.
$(
shell git
-C
$(
GLUON_SITEDIR
)
/gluon log
--pretty
=
format:
'%h'
-n
1
)
-s
.
$(
shell git
-C
$(
GLUON_SITEDIR
)
log
--pretty
=
format:
'%h'
-n
1
)
DEFAULT_GLUON_RELEASE
:=
1.
7
+
$(
BUILD_DATE
)
-g
.
$(
shell git
-C
$(
GLUON_SITEDIR
)
/gluon log
--pretty
=
format:
'%h'
-n
1
)
-s
.
$(
shell git
-C
$(
GLUON_SITEDIR
)
log
--pretty
=
format:
'%h'
-n
1
)
GLUON_LANGS
:=
de en
GLUON_LANGS
:=
de en
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment