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
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
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
---
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
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