- Jul 11, 2018
-
-
Matthias Schiffer authored
modules.sh can't depend on openwrt/feeds.conf.default, otherwise the initial update will fail.
-
Julian authored
-
- Jul 10, 2018
-
-
Matthias Schiffer authored
-
- Jul 08, 2018
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
be2c35785994 respondd-module-airtime: Fix reported noise result (#190)
-
- Jul 07, 2018
-
-
Matthias Schiffer authored
-
- Jul 03, 2018
-
-
Vincent Wiemann authored
add a missing command to set the special Gluon MAC address of the private WLAN interface to the documentation.
-
- Jul 02, 2018
-
-
Vincent Wiemann authored
With all the packages being built 10GB are not enough anymore.
-
- Jul 01, 2018
-
-
Matthias Schiffer authored
Closes: #1436
-
- Jun 30, 2018
-
-
David Bauer authored
This commit makes use of the Power-LED as Diag-LED, allowing the LED to work as a status indicator for config-mode. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
Matthias Schiffer authored
-
- Jun 29, 2018
-
-
Matthias Schiffer authored
Let sites leave these texts empty by default, just add a comment where to find the default labels.
-
Andreas Ziegler authored
-
Andreas Ziegler authored
-
Matthias Schiffer authored
Using slashs instead of dots is a bit unexpected, and as long as we're not going for full-blown JSONPath, neither is more correct than the other.
-
- Jun 25, 2018
-
-
Sven Eckelmann authored
-
- Jun 24, 2018
-
-
Ralf Jung authored
-
Sven Eckelmann authored
The dependency line was lost during the rebase of the current master version. Fixes: 9d719a2e ("ar71xx: add support for OpenMesh A40/A60 (#1424)")
-
- Jun 23, 2018
-
-
Matthias Schiffer authored
Explain the magic of gluon.mk. The feature flag documention is moved into this new page.
-
- Jun 22, 2018
-
-
Christoph Krapp authored
-
- Jun 19, 2018
-
-
J0WI authored
-
- Jun 17, 2018
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
By using the release branch, we will be able to get future bugfixes without local patches.
-
- Jun 13, 2018
-
-
lemoer authored
-
Matthias Schiffer authored
87cba7f8996a batman-adv: add patches from 2018.1-maint 2018-06-12
-
- Jun 09, 2018
-
-
heini66 authored
-
J0WI authored
-
J0WI authored
-
Sven Eckelmann authored
-
Martin Weinelt authored
-
- Jun 08, 2018
-
-
Sven Eckelmann authored
-
- Jun 07, 2018
-
-
Christoph Krapp authored
-
- Jun 06, 2018
-
-
Matthias Schiffer authored
b6a1f43075f9 base-files: fix UCI config parsing and callback handling 6734f32d91cd mtd: add build hack to reintroduce shared mtd for older releases aaac9e82aa60 mtd: mark as nonshared to fix FS#484 0fee4906d5c0 ustream-ssl: update to latest git HEAD f34a0756fd94 ustream-ssl: update to latest git HEAD 98b9d8a3d3fd mbedtls: Activate the session cache 88ba88e5adc4 mbedtls: update mbedtls to version 2.7.3
-
Matthias Schiffer authored
Fixes: d139a135 ("Add various patches to deal with bigger kernels") Fixes #1417
-
Sven Eckelmann authored
Most of the implementations behind cfg80211_get_station will not initialize sinfo to zero before manipulating it. For example, the member "filled", which indicates the filled in parts of this struct, is often only modified by enabling certain bits in the bitfield while keeping the remaining bits in their original state. A caller without a preinitialized sinfo.filled can then no longer decide which parts of sinfo were filled in by cfg80211_get_station (or actually the underlying implementations). cfg80211_get_station must therefore take care that sinfo is initialized to zero. Otherwise, the caller may tries to read information which was not filled in and which must therefore also be considered uninitialized. In batadv_v_elp_get_throughput's case, an invalid "random" expected throughput may be stored for this neighbor and thus the B.A.T.M.A.N V algorithm may switch to non-optimal neighbors for certain destinations.
-