Update README.md for the upcoming v0.9.1
This commit is contained in:
parent
b3b01248aa
commit
656fa92f2f
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
#### How to build the Freifunk Hamburg Firmware
|
||||
|
||||
$ git clone -b v2017.1.x https://github.com/freifunk-gluon/gluon.git
|
||||
$ git clone -b v0.9.0 https://github.com/freifunkhamburg/site-ffhh.git
|
||||
In the next two commands replace GLUON_VERSION and SITE_VERSION with the actual version numbers.
|
||||
$ git clone -b GLUON_VERSION https://github.com/freifunk-gluon/gluon.git
|
||||
$ git clone -b SITE_VERSION https://github.com/freifunkhamburg/site-ffhh.git
|
||||
$ cd site-ffhh
|
||||
|
||||
To build all domains into the subdirectory firmware:
|
||||
|
@ -18,7 +19,8 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu
|
|||
|
||||
#### Gluon versions used for specific Hamburg Freifunk Firmware builds
|
||||
|
||||
- 0.9.0: site-ffhh: 60f30382209ffc050baa82be9bad3622a1d88d5b, gluon: v2017.1.x (9295abcea7b016b0fe4b05c534ea0731b48ef593)
|
||||
- 0.9.1: site-ffhh: TBD, gluon: v2017.1.5
|
||||
- 0.9.0: site-ffhh: 60f30382209ffc050baa82be9bad3622a1d88d5b, gluon: v2017.1.x (9295abcea7b016b0fe4b05c534ea0731b48ef593) (never rolled out due to 0.9.1)
|
||||
- 0.8.6: v2016.2.7 Fix gw01-new key, add 3.ntp.services.ffhh to NTP servers, add Firmware signing keys for Alexander and Olli, remove old domain
|
||||
- 0.8.5: v2016.2.7 Domain split, new package: ffho-ebtables-net-rules
|
||||
- 0.8.4: v2016.2.7 (updated openwrt/package/network/services/dnsmasq/Makefile: PKG\_VERSION:=2.78 & PKG\_MD5SUM:=6d0241b72c79d2b510776ccc4ed69ca4)
|
||||
|
|
Loading…
Reference in a new issue