Matthias Schiffer
f5bef2ab01
docs: site-example/i18n/de.po: fix typo
2015-08-31 00:45:52 +02:00
Matthias Schiffer
a25d00ddce
Merge branch 'feature-optional-thekey' of https://github.com/FreifunkBremen/gluon
2015-08-31 00:42:54 +02:00
Jan-Philipp Litza
222fd94ca7
docs: Warn of empty msgstr in translations, hint at using comments
2015-08-30 23:03:48 +02:00
Jan-Philipp Litza
eb590bdc12
gluon-config-mode-mesh-vpn: Move display of key to translations
...
When rebooting the node in config mode, currently the fastd key is
forcefully displayed in a fixed format. This is confusing in communities
where fastd accepts all keys and no key submission is needed.
Furthermore, some communities might want to personalize the display of
the key (see #387 ).
This patch moves the displaying <div> from the package's lua file to the
translation files of the sample site configuration and mentiones the
change in the release notes.
2015-08-30 21:55:29 +02:00
Nils Schneider
177086b881
gluon-radio-config: basic wireless configuration
...
Split basic radio configuration from gluon-mesh-batman-adv as this will
be required for virtually any wireless mesh protocol.
This package takes care of setting:
- wireless channel,
- htmode and
- regulatory domain
gluon-mesh-batman-adv-core depends on this package.
2015-08-18 11:41:14 +02:00
Nils Schneider
bd56af3bab
docs: introduce per-package documentation
...
Documentation for packages should be placed in docs/packages/
and be added to docs/index.rst.
2015-08-16 14:57:48 +02:00
Matthias Schiffer
0f928b08d5
docs: import v2015.1.2 release notes and list of supported devices
2015-08-09 14:56:03 +02:00
Nils Schneider
2a93c58042
mesh-batadv-core: introduce 11s mesh, refactor wireless config
...
This is a site.conf-breaking change in regard to the wireless config.
Make sure to read http://gluon.readthedocs.org/en/latest/user/site.html
and update your site.conf accordingly!
Support for 802.11s mesh interfaces has been added. Gluon now supports
three interface types: ap, ibss and mesh. All of them are now optional
and may be configured independently in site.conf.
A sample site.conf may look like this:
wifi24 = {
channel = 1,
htmode = 'HT40+',
ap = {
ssid = 'luebeck.freifunk.net',
},
ibss = {
ssid = '02:d1:11:37:fc:38',
bssid = '02:d1:11:37:fc:38',
mcast_rate = 12000,
},
mesh = {
id = 'ffhl-mesh',
mcast_rate = 12000,
},
},
2015-08-04 23:05:29 +02:00
Matthias Schiffer
48054fc943
Add update-vermagic make target
2015-07-18 21:21:06 +02:00
Alexander Dahl
7be180d419
doc: remove "probability" from site doc (was removed in v2014.3)
...
see: http://gluon.readthedocs.org/en/latest/releases/v2014.3.html
Signed-off-by: Alexander Dahl <alex@netz39.de>
2015-07-14 11:07:52 +02:00
Matthias Schiffer
8434686085
build: implicitly configure board and subtarget options
...
The file targets/$GLUON_TARGET/config becomes optional, as many targets
only used it to set the board and subtarget.
Also fix targets without subtarget.
2015-07-12 22:38:41 +02:00
Matthias Schiffer
449a18f834
docs: releases/v2015.1.1
2015-06-18 02:47:49 +02:00
Matthias Schiffer
ab10be9f50
We're on Chaos Calmer now
2015-05-22 01:09:19 +02:00
Matthias Schiffer
8332a49b78
docs: change version to 2015.1+
2015-05-21 01:06:25 +02:00
Matthias Schiffer
80906c2a0c
docs, README: change current release to v2015.1
2015-05-16 15:34:55 +02:00
Matthias Schiffer
dab3dabc0e
docs: releases/v2015.1: we haven't removed any hardware support
2015-05-16 15:19:57 +02:00
Matthias Schiffer
279ac23d83
docs: user/x86
...
Fixes #373
2015-05-16 15:03:14 +02:00
Matthias Schiffer
7f1e2621af
docs: add gluon-luci-wifi-config to the example site.mk
2015-05-16 14:33:19 +02:00
Matthias Schiffer
bcae6d073a
docs: releases/v2015.1: reword Ubiquiti TX power issue description
2015-05-16 13:17:25 +02:00
Matthias Schiffer
75f4483a6a
Preliminary v2015.1 release notes
2015-05-16 13:01:05 +02:00
Matthias Schiffer
26629da378
Merge pull request #363 from freifunk-gluon/enter-cm
...
docs/site-example: explain how to re-enter configmode
2015-05-16 12:12:31 +02:00
Nils Schneider
df4ec226b4
docs/site-example: explain how to re-enter configmode
...
Fixes #347
2015-05-16 12:09:22 +02:00
Matthias Schiffer
acefefd2fa
docs: hardware support list fixes
2015-05-16 00:23:12 +02:00
Matthias Schiffer
548c70d170
docs: mention fastd_mesh_vpn.enabled setting
2015-05-14 02:13:16 +02:00
hexa-
10580d59e8
docs/autoupdater: depends on ipv6 reachable update-servers
2015-05-11 16:26:06 +02:00
Alex
dcdb99fb9d
docs: add WNDRMACv2 to list of supported devices
2015-05-10 23:35:49 +02:00
Matthias Schiffer
a258092760
Merge remote-tracking branch 'origin/mesh-on-lan'
2015-05-06 23:55:04 +02:00
Nils Schneider
39d0c8f459
mesh-batman-adv: mesh_on_lan
...
This adds mesh_on_lan functionality.
A new optional site.conf option, mesh_on_lan, has been added. If set to
'true', all LAN ports will be used for meshing instead of being part of
the client bridge.
2015-05-06 13:57:46 +02:00
Matthias Schiffer
2e5c8f39cc
docs: add some explanations regarding the fastd_mesh_vpn "configurable" setting
2015-05-04 03:09:36 +02:00
Matthias Schiffer
adf7b0d810
docs: make gluon-batman-adv-15 the recommended batman-adv version
2015-05-03 20:38:34 +02:00
Matthias Schiffer
631403c0a9
docs: update site-ffhl link
2015-05-01 03:36:38 +02:00
Matthias Schiffer
d63bbf2be6
docs: fix hardware list formatting
2015-05-01 01:16:31 +02:00
Matthias Schiffer
ecc90dd97c
docs: reorder index to make the release notes more prominent
2015-05-01 01:14:57 +02:00
Matthias Schiffer
19043c5e94
Merge branch 'doku-update' of https://github.com/do9xe/gluon
2015-05-01 00:56:52 +02:00
do9xe
82fa93faa8
update the table of supported hardware
2015-05-01 00:10:18 +02:00
Matthias Schiffer
1b7c3e060b
gluon-luci-node-role: make node role display strings translatable
2015-04-30 23:48:07 +02:00
Matthias Schiffer
0e5a1b9a2d
docs: add fastd_mesh_vpn changes to changelog
2015-04-30 19:09:13 +02:00
Matthias Schiffer
00c47f2912
gluon-mesh-vpn-fastd: extend site configuration to allow multiple and nested peer groups
2015-04-30 13:05:15 +02:00
Matthias Schiffer
db88166217
docs: mention site.mk changes in changelog
2015-04-29 16:19:16 +02:00
Matthias Schiffer
55d95f16b3
docs: various user/site fixes
2015-04-28 01:11:53 +02:00
Matthias Schiffer
728a101d8d
docs: update site.mk
2015-04-26 14:26:29 +02:00
Matthias Schiffer
53dac66a04
Merge branch 'survive-upgrades' of https://github.com/do9xe/gluon
2015-04-25 21:44:00 +02:00
DO9XE
44beb0c178
gluon-mesh-batman-adv-core: make wireless-disable state survive updates and allow site option
2015-04-25 21:38:57 +02:00
Matthias Schiffer
3d7442b6ad
docs: add Rocket M2 to list of supported devices
2015-04-25 19:38:02 +02:00
Matthias Schiffer
f958ff718e
docs: some i18n clarifications
2015-04-25 19:36:21 +02:00
Matthias Schiffer
b4068fa7f0
docs: add i18n howto
2015-04-25 19:22:15 +02:00
@RubenKelevra
5b2171591f
docs: fix syntax of setup_mode
2015-04-15 01:06:25 +02:00
Matthias Schiffer
6bad3e385a
docs: updates to "Getting Started"
2015-03-25 19:14:18 +01:00
Matthias Schiffer
b7d256b69d
docs: add releases/v2015.1 to TOC tree
2015-03-25 18:54:52 +01:00
Matthias Schiffer
013a1500ff
docs: update version number to 2014.4+
2015-03-25 18:53:46 +01:00