This commit is contained in:
Vincent Wiemann 2015-11-09 14:57:24 +00:00
commit 26d227bc49
2 changed files with 31 additions and 13 deletions

View File

@ -81,6 +81,7 @@ ar71xx-generic
- WZR-HP-AG300H / WZR-600DHP
- WZR-HP-G450H
* D-Link
- DIR-825 (B1)
@ -103,10 +104,10 @@ ar71xx-generic
* TP-Link
- CPE210 (v1)
- CPE220 (v1)
- CPE510 (v1)
- CPE520 (v1)
- CPE210 (v1, v1.1)
- CPE220 (v1, v1.1)
- CPE510 (v1, v1.1)
- CPE520 (v1, v1.1)
- TL-MR3020 (v1)
- TL-MR3040 (v1, v2)
- TL-MR3220 (v1, v2)
@ -123,17 +124,20 @@ ar71xx-generic
- TL-WDR4300 (v1)
- TL-WR1043N/ND (v1, v2)
- TL-WR703N (v1)
- TL-WR710N (v1)
- TL-WR710N (v1, v2)
- TL-WR740N (v1, v3, v4, v5)
- TL-WR741N/ND (v1, v2, v4, v5)
- TL-WR741ND (v1, v2, v4, v5)
- TL-WR743N/ND (v1, v2)
- TL-WR841N/ND (v3, v5, v7, v8, v9, v10)
- TL-WR842N/ND (v1, v2)
- TL-WR941N/ND (v2, v3, v4, v5)
- TL-WR901ND (v1)
- TL-WR940N (v1, v2, v3)
- TL-WR941ND (v2, v3, v4, v5, v6)
- TL-WR2543N/ND (v1)
* Ubiquiti
- Air Gateway
- Bullet M2
- Nanostation M2
- Nanostation M XW

View File

@ -1,17 +1,31 @@
Gluon 2015.2 (in development)
=============================
Added (and removed) hardware support
Added hardware support
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ar71xx-generic
^^^^^^^^^^^^^^
* TP-Link
- CPE 210/220/510/520 (v1.1)
- TL-WR841N/ND (v10)
- TL-WR901ND (v1)
- TL-WR940N (v3)
- TL-WR941N (v6)
* Ubiquity
- Air Gateway
New features
~~~~~~~~~~~~
802.11s can now be used as an alternative to IBSS mode (ad-hoc). The statuspage has been reworked completely. French language support has been added. The numbers of clients connected are announced per band now (2.4/5GHz).
Bugfixes
~~~~~~~~
* Fix MTU/max fragmentation size to prevent issues with several ISPs like Kabel Deutschland
* Fix alfred: wait for a link-local address to prevent crashing
Site changes
~~~~~~~~~~~~
@ -37,6 +51,7 @@ Site changes
{
channel = 1,
htmode = 'HT20',
ap = {
ssid = 'entenhausen.freifunk.net',
},
@ -47,14 +62,12 @@ Site changes
},
}
The ``htmode`` option has been dropped, the channel width is now always set to 20MHz
(see https://github.com/freifunk-gluon/gluon/issues/487 for a discussion of this change).
In addition to the old IBSS (Adhoc) based meshing, 802.11s-based meshing can be configured
using the ``mesh`` section. Example::
{
channel = 1,
htmode = 'HT20',
ap = {
ssid = 'entenhausen.freifunk.net',
},
@ -143,3 +156,4 @@ Internals
Known Issues
~~~~~~~~~~~~
* site.conf HT-mode option has been disabled in this release (defaults to HT20 - see https://github.com/freifunk-gluon/gluon/issues/487)