diff options
author | rubo77 <github@r.z11.de> | 2016-12-02 02:19:54 +0100 |
---|---|---|
committer | rubo77 <github@r.z11.de> | 2016-12-02 02:19:54 +0100 |
commit | 0f6b71f19d7c9f6d1f555b759da87ee6c9791052 (patch) | |
tree | a58e32075430a579a2e17622c88a6122e9699faa /README.md | |
parent | af85f203fb74e4161bc2fe9daa95b94ebea251ae (diff) |
README: Release notes vorbereitet
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 19 insertions, 3 deletions
@@ -1,11 +1,27 @@ -Doku: https://gluon.readthedocs.org/en/v2015.1/user/site.html +Firmware Site Config for Freifunk Kiel +-------------------------------------- + +We have three branches: + +## stable +built on the site-ffki branch `master` on gluon 2016.2.1 + +## release-candidate (rc) +built on the site-ffki branch `master` too, but with BROKEN=1 on gluon 2016.2.1 + +## nightly (exp) +build on the site-ffki branch `experimental` with BROKEN=1 on gluon 2016.2.x (or later on gluon branch master) + +Doku: https://gluon.readthedocs.org/en/v2016.2.1/user/site.html Gluon versions used for specific Kieler Freifunk Firmware builds: - 2016.2.1 - Gluon 2016.2.1 - BugFixes + - Kontaktfeld pflicht, mit Hinweis auf anonym betreiben +- 2016.1.6 - Gluon 2016.1.6 + - USB-auto-mount um USB Speichermedien im Config mode freizugeben - 2016.1.5.1 - Gluon 2016.1.5 - - USB-auto-mount - Kontaktfeld pflicht - roamguide (initial inaktiv) - 0.9 - Gluon v2016.1.5 @@ -38,5 +54,5 @@ You can easily create your own experimental build with these commands: make update D=$(date '+%y%m%d%H%M'); for TARGET in ar71xx-generic ar71xx-nand mpc85xx-generic x86-generic x86-kvm_guest x86-64 x86-xen_domu; do - make GLUON_TARGET=$TARGET DEFAULT_GLUON_RELEASE=2016.1.5~exp$D BROKEN=1; + make GLUON_TARGET=$TARGET DEFAULT_GLUON_RELEASE=2016.2.1~exp$D BROKEN=1; done |