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
9824cc2b
Commit
9824cc2b
authored
7 years ago
by
Philippe
Browse files
Options
Downloads
Patches
Plain Diff
set version ffs-1.1
parent
89af5b15
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
site.mk
+1
-1
1 addition, 1 deletion
site.mk
with
2 additions
and
1 deletion
README.md
+
1
−
0
View file @
9824cc2b
...
@@ -7,6 +7,7 @@ Freifunk Stuttgart specific Gluon configuration
...
@@ -7,6 +7,7 @@ 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.1: v2016.2.5 + ffs-set-segment dns fix
*
ffs-1.0: v2016.2.5
*
ffs-1.0: v2016.2.5
*
ffs-0.9: v2016.2.1
*
ffs-0.9: v2016.2.1
*
ffs-0.8: v2016.2
*
ffs-0.8: v2016.2
...
...
This diff is collapsed.
Click to expand it.
site.mk
+
1
−
1
View file @
9824cc2b
...
@@ -46,7 +46,7 @@ GLUON_SITE_PACKAGES += \
...
@@ -46,7 +46,7 @@ GLUON_SITE_PACKAGES += \
kmod-igb
kmod-igb
endif
endif
DEFAULT_GLUON_RELEASE
:=
1.
0
+
$(
shell
date
'+%Y-%m-%d'
)
-g
.
$(
shell git
-C
$(
GLUONDIR
)
log
--pretty
=
format:
'%h'
-n
1
)
-s
.
$(
shell git
-C
$(
GLUONDIR
)
/site log
--pretty
=
format:
'%h'
-n
1
)
DEFAULT_GLUON_RELEASE
:=
1.
1
+
$(
shell
date
'+%Y-%m-%d'
)
-g
.
$(
shell git
-C
$(
GLUONDIR
)
log
--pretty
=
format:
'%h'
-n
1
)
-s
.
$(
shell git
-C
$(
GLUONDIR
)
/site 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