- Jul 02, 2017
-
-
Matthias Schiffer authored
The added debug information is stripped of during packaging, so it does not increase the package size. It does however slightly change offsets in the code, preventing the weird ash segfaults we've been seeing. Also, if the issue returns, we'll have debug information matching the coredumps.
-
- Jun 27, 2017
-
-
Matthias Schiffer authored
-
- Jun 21, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jun 20, 2017
-
-
Matthias Schiffer authored
This patch got lost in the OpenWrt -> LEDE transition and fixes flash writes on new UBNT PicoStations.
-
- Jun 08, 2017
-
-
Matthias Schiffer authored
-
- Jun 01, 2017
-
-
Matthias Schiffer authored
Backport another sysupgrade patch.
-
- May 30, 2017
-
-
Matthias Schiffer authored
Updates batman-adv and alfred to 2017.1. This also allows us to drop our last batman-adv patch.
-
Matthias Schiffer authored
The staged sysupgrade allows to properly unmount the rootfs before writing the new partitions. This will fix upgrades losing configuration when parition sizes change on x86 and similar image types.
-
Matthias Schiffer authored
-
- May 13, 2017
-
-
Matthias Schiffer authored
-
- Apr 12, 2017
-
-
Matthias Schiffer authored
-
- Mar 11, 2017
-
-
Matthias Schiffer authored
Fixes meshing over 802.11s.
-
- Mar 10, 2017
-
-
Matthias Schiffer authored
-
- Feb 24, 2017
-
-
Matthias Schiffer authored
This will ensure that gluon-site and gluon-autoupdater are rebuilt correctly when GLUON_RELEASE or GLUON_BRANCH change.
-
- Feb 23, 2017
-
-
Matthias Schiffer authored
-
- Feb 11, 2017
-
-
Matthias Schiffer authored
Also remove our own no_rebroadcast patch, as batman-adv v2016.5 now has a more sophisticated rebroadcast suppression that should work automatically in the most relevant cases.
-
Matthias Schiffer authored
-
- Feb 10, 2017
-
-
Matthias Schiffer authored
-
- Jan 27, 2017
-
-
Matthias Schiffer authored
Fixes a build issue when switching targets.
-
- Jan 24, 2017
-
-
Matthias Schiffer authored
The ar71xx-tiny target sets CONFIG_CLEAN_IPKG, which would delete opkg control files required for user creation. Fix image generation and the user creation script. Fixes #1012
-
- Jan 18, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jan 09, 2017
-
-
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
Closes #844
-
- Dec 21, 2016
-
-
Matthias Schiffer authored
Fixes #961
-
- Dec 20, 2016
-
-
Matthias Schiffer authored
Backport a few patches to allow sysupgrades on mmcblk and similar block devices.
-
Matthias Schiffer authored
-
- Dec 13, 2016
-
-
David Lutz authored
-
- Dec 11, 2016
-
-
Matthias Schiffer authored
Fixes #975
-
Matthias Schiffer authored
This lifts batman-adv and alfred to version 2016.4.
-
- Dec 06, 2016
-
-
Matthias Schiffer authored
-
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>
-
- Nov 29, 2016
-
-
Matthias Schiffer authored
Fixes: 212c38f0 "ar71xx: add model detection for UBNT Rocket Ti"
-
Matthias Schiffer authored
-
Neal Oakey authored
-