- Jan 24, 2017
-
-
Jan-Philipp Litza authored
Because we unconditionally appended `-i br-client` to the command line of respondd, it wasn't restarted when br-client changed state. Now, we use a jsonfilter expression on the network.interface dump data, similar to how the other interface names are generated, and only add the interface to the argument list if it is up.
-
Jan-Philipp Litza authored
-
Christof Schulze authored
-
- Jan 09, 2017
-
-
Matthias Schiffer authored
These devices don't have unique MAC addresses with OpenWrt/LEDE at the moment (see #993).
-
Sven Eckelmann authored
ath10k has to switch the regulatory domain when switching the default country when ATH_USER_REGD is enabled. This is for example important when switching from country US (FCC) to DE (ETSI). The ath implementation will use ath_reg_dyn_country_user_allow to check if this is allowed. Unfortunately, this function always seems to return false to ath_reg_notifier_apply even when ATH_USER_REGD is enabled. But it must actually always accept the requests from the user (when ATH_USER_REGD is enabled) to correctly set the conformance test limits in the ath10k binary blob. Not doing it will sometimes allow too high transmit powers on edge channels for correctly calibrated devices outside their default regulatory domain. Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
- Jan 06, 2017
-
-
Matthias Schiffer authored
Fixes #961
-
- Dec 20, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The default abbreviation length depends on factors like user configuration, git version and number of repository objects. Use unabbreviates IDs to make patch generation more reproducible.
-
- Dec 19, 2016
-
-
Matthias Schiffer authored
-
David Lutz authored
-
- Dec 18, 2016
-
- Dec 17, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Dec 12, 2016
-
-
Matthias Schiffer authored
Fixes #975
-
- Dec 07, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Dec 06, 2016
-
-
Matthias Schiffer authored
-
- Dec 05, 2016
-
-
Sven Eckelmann authored
The assignment of the gpio_count and reg_base in ath79_gpio_output_select takes care that only supported platforms can use ath79_gpio_output_select. But the rebase of the patches after the last OpenWrt base update accidentally added an extra check for the SoC which was missing support soc_is_qca955x(). Boots on QCA955X devices which were using ath79_gpio_output_select stopped with Kernel bug detected[#1]: [...] Call Trace: [<803e6174>] ath79_gpio_output_select+0x30/0xe8 [<803ed590>] om5p_acv2_setup+0x24/0x200 [<803e4dc0>] ath79_setup+0x28/0x38 [<80069ac8>] do_one_initcall+0x148/0x1ec [<803e2cc4>] kernel_init_freeable+0x150/0x208 [<80065218>] kernel_init+0x10/0x114 [<80060878>] ret_from_kernel_thread+0x14/0x1c Fixes: a22c1d56 ("Update OpenWrt base") Signed-off-by:
Sven Eckelmann <sven@narfation.org>
-
- Dec 03, 2016
-
-
Matthias Schiffer authored
Fixes #941
-
- Nov 30, 2016
-
-
Matthias Schiffer authored
-
- Nov 29, 2016
-
-
Sven Eckelmann authored
Some (possibly broken) bootloaders incorrectly initialize the at8033 phy. This breaks auto-negotation on these SGMII devices. The mode has therefore to be set back in to a valid configuration by Linux. Fixes #911
-
- Nov 22, 2016
-
-
Matthias Schiffer authored
The interfaces were accidentially switched when the CPE210 was separated from the CPE510 code.
-
Matthias Schiffer authored
OpenWrt does this by default to save some space.
-
Matthias Schiffer authored
Don't use system /tmp for build.
-
- Nov 16, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Fixes #897
-
- Nov 15, 2016
-
-
Vieno Foo authored
-
Matthias Schiffer authored
Fixes the Ubiquiti UAP Outdoor+ HSR.
-
- Nov 14, 2016
-
-
Andreas Ziegler authored
-
Andreas Ziegler authored
-
- Nov 11, 2016
-
-
Matthias Schiffer authored
-
- Nov 10, 2016
-
-
Matthias Schiffer authored
Using HTTPS breaks the download on Debian Wheezy. The switch was an unintended side effect of the backport from LEDE. Also, fix the commit message of the backport patch (mwlwifi is not updated anymore since the last OpenWrt base upgrade). Fixes #919
-
- Nov 08, 2016
-
-
Kevin Olbrich authored
-
- Nov 07, 2016
-
-
Matthias Schiffer authored
-
- Nov 05, 2016
-
-
Matthias Schiffer authored
-
- Nov 02, 2016
-
-
Matthias Schiffer authored
-
Brother-Lal authored
-
Brother-Lal authored
If cookies are disabled, the Statuspage only displays an empty ("Not connected") This checks if the localStorage API is available and working and only uses it in this case Also allows better backwards compatibility.
-
Matthias Schiffer authored
Tested-by:
Jannis Pinter <jannis@pinterjann.is>
-