Compare commits
4 commits
master
...
v2018.1.3.
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7bd06f67e8 | ||
![]() |
83fbbf6bff | ||
![]() |
4318c76529 | ||
![]() |
eb41a5a3cd |
2 changed files with 4 additions and 4 deletions
|
@ -19,6 +19,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu
|
||||||
|
|
||||||
#### Gluon versions used for specific Hamburg Freifunk Firmware builds
|
#### Gluon versions used for specific Hamburg Freifunk Firmware builds
|
||||||
|
|
||||||
|
- v2018.1.3.0: site-ffhh: v2018.1.3.0, gluon: v2018.1.3
|
||||||
- v2018.1.1.0: site-ffhh: v2018.1.1.0, gluon: v2018.1.1
|
- v2018.1.1.0: site-ffhh: v2018.1.1.0, gluon: v2018.1.1
|
||||||
- v2018.1.0.0: site-ffhh: v2018.1.0.0, gluon: v2018.1 (never rolled out due to issues with the auto updater in gluon)
|
- v2018.1.0.0: site-ffhh: v2018.1.0.0, gluon: v2018.1 (never rolled out due to issues with the auto updater in gluon)
|
||||||
- 0.9.2: site-ffhh: v0.9.2, gluon: v2017.1.8
|
- 0.9.2: site-ffhh: v0.9.2, gluon: v2017.1.8
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<%
|
<%
|
||||||
gluon_branch = "stable"
|
gluon_branch = "stable"
|
||||||
#gluon_branch = "experimental"
|
#gluon_branch = "experimental"
|
||||||
gluon_release = "v2018.1.1.0"
|
gluon_release = "v2018.1.3.0"
|
||||||
|
|
||||||
# Add the +exp and current date if this is an experimental release
|
# Add the +exp and current date if this is an experimental release
|
||||||
gluon_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental"
|
gluon_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental"
|
||||||
|
@ -18,7 +18,6 @@ gluon_targets = %w(
|
||||||
x86-generic
|
x86-generic
|
||||||
x86-geode
|
x86-geode
|
||||||
x86-64
|
x86-64
|
||||||
ipq806x
|
|
||||||
ramips-mt7620
|
ramips-mt7620
|
||||||
ramips-mt7628
|
ramips-mt7628
|
||||||
ramips-rt305x
|
ramips-rt305x
|
||||||
|
@ -29,8 +28,8 @@ if ENV["BROKEN"]
|
||||||
gluon_targets += %w(
|
gluon_targets += %w(
|
||||||
ar71xx-mikrotik
|
ar71xx-mikrotik
|
||||||
brcm2708-bcm2710
|
brcm2708-bcm2710
|
||||||
ipq40xx
|
ipq806x
|
||||||
mvebu-cortexa9
|
mvebu
|
||||||
ramips-mt7620
|
ramips-mt7620
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue