[OpenWrt-Devel] ath79: ubnt factory images with attached signatures

2019-10-06 Thread Paul Spooren
Aloha, I'm currently working on the reproducibility of OpenWrt snapshot images and packages and came across the following problem: Some of the ath79 images have a signature attached to the factory images which is pointless as stock roms wont evaluate those anyway. However, as these factory i

[OpenWrt-Devel] [sdwalker/sdwalker.github.io] c6df41: This week's update

2019-10-06 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: c6df41a01d5efc082c5fb0ea6493a53606ba64a3 https://github.com/sdwalker/sdwalker.github.io/commit/c6df41a01d5efc082c5fb0ea6493a53606ba64a3 Author: Stephen Walker Date: 2019-10-07 (Mon, 07 Oct 2

[OpenWrt-Devel] [PATCH] ath79: add support for UniFi AC-LR

2019-10-06 Thread Andreas Ziegler
The Unifi AC-LR has identical hardware to the Unifi AC-Lite. The antenna setup is different according to the vendor, which explains the thicker enclosure. Therefore, it is helpful to know the exact device variant, instead of having "Ubiquiti UniFi-AC-LITE/MESH". Signed-off-by: Andreas Ziegler ---

Re: [OpenWrt-Devel] [PATCH] ramips: add support for Asus RT-AC65P

2019-10-06 Thread mail
Hi, > +#include "mt7621_asus_rt-ac[68]5p.dtsi" that's not really nice. Consider to use just: mt7621_asus_rt-acx5p.dtsi Best Adrian openpgp-digital-signature.asc Description: PGP signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.or

Re: [OpenWrt-Devel] [PATCH v2] toolchain/gcc: switch to version 8 by default

2019-10-06 Thread Andre Heider
On 02/10/2019 09:15, Paul Spooren wrote: Main motivation for this commit is the introduction of `-ffile-prefix-map=` which alows reproducible build path. Compiling tested without errors on the following targets: * ath79 * brcm2708 * brcm63xx * ixp4xx * ramips * sunxi * x86 CC: Andre Heider T