diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2e3fe..893e4b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Freifunk Regensburg Firmware Changelog +## v2016.2 + - Site Selector integrated (Segment 'Freifunk Regensburg' and 'Freifunk Regensburg Umland') + +## v2016.1 + - Update to Gluon v2015.1.4 + - Many new devices + - switched from announced to respondd + - changed naming: no more sitecode in version, Schwandorf dropped + ## v2015.1-ffrgb - Update to Gluon v2015.1 - Integrated no_rebroadcast fix on mesh-vpn from Gluon Upstream diff --git a/site.mk b/site.mk index c3ee2b5..0c902af 100644 --- a/site.mk +++ b/site.mk @@ -9,6 +9,7 @@ GLUON_SITE_PACKAGES := \ gluon-config-mode-mesh-vpn \ gluon-config-mode-geo-location \ gluon-config-mode-contact-info \ + gluon-config-mode-site-select \ gluon-ebtables-filter-multicast \ gluon-ebtables-filter-ra-dhcp \ gluon-luci-admin \