- Aug 31, 2015
-
-
Jan-Philipp Litza authored
-
- Aug 30, 2015
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Warn of empty msgstr in translations, hint at using comments
-
Jan-Philipp Litza authored
-
Jan-Philipp Litza authored
-
Jan-Philipp Litza authored
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.
-
Jan-Philipp Litza authored
Apart from replacing a patch for the former by two patches for latter, this involved minimal adaptations of the lua scripts in the following packages: * gluon-announce * gluon-announced * gluon-mesh-batman-adv-core * gluon-status-page
-
- Aug 29, 2015
-
-
Matthias Schiffer authored
-
Nils Schneider authored
-
- Aug 28, 2015
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Aug 23, 2015
-
-
kb-light authored
-
- Aug 19, 2015
-
-
Nils Schneider authored
-
Nils Schneider authored
-
- Aug 18, 2015
-
-
Nils Schneider authored
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.
-
- Aug 16, 2015
-
-
Nils Schneider authored
Documentation for packages should be placed in docs/packages/ and be added to docs/index.rst.
-
- Aug 13, 2015
-
-
Matthias Schiffer authored
-
- Aug 09, 2015
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Aug 07, 2015
-
-
Matthias Schiffer authored
This broke due to a recent OpenWrt update.
-
Matthias Schiffer authored
Fixes site.conf checks.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Aug 06, 2015
-
-
Matthias Schiffer authored
This also updates batman-adv & alfred to 2015.1
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
This should workaround batman-adv's inability to deal with different MTUs which need fragmentation. Fixes #435
-
Matthias Schiffer authored
This might improve stability on the TL-WR841 v9.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Add support for TP-Link TL-WR710N v2
-
Kokel authored
Tested-by: @kokel
-
- Aug 04, 2015
-
-
Nils Schneider authored
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, }, },
-
Nils Schneider authored
Using service_start requires exporting of environment variables. Fixes #397
-
- Aug 03, 2015
-
-
Jan-Philipp Litza authored
The nodeinfo/network/addresses announcement included deprecated and tentative addresses, which it clearly shouldn't as the host doesn't want to be contacted on those addresses. They are now filtered out.
-
Matthias Schiffer authored
TP-Link TL-WA701ND v2: remove BROKEN
-
- Jul 30, 2015
-
-
Neal Oakey authored
-
- Jul 27, 2015
-
-
Matthias Schiffer authored
hostapd would switch the primary and secondary channel on 5GHz networks in certain circumstances, completely breaking the adhoc interfaces of the WLAN adapter (they would lose their configuration). As a temporary fix, disable this channel switch function.
-