The at91/legacy build in build bot is failing since some months now
because it can not create openwrt-at91-legacy-at91-q5xr5-squashfs-
factory.bin.
See http://phase1.builds.lede-project.org/builders/at91%2Flegacy
This is caused by this warning:
WARNING: Image file linux-at91_legacy/at91-q5xr5-kerne
08.07.2018 11:37, Hauke Mehrtens:
The at91/legacy build in build bot is failing since some months now
because it can not create openwrt-at91-legacy-at91-q5xr5-squashfs-
factory.bin.
See http://phase1.builds.lede-project.org/builders/at91%2Flegacy
This is caused by this warning:
WARNING: Image fil
On Debian 9 nasm does not build when we force it to use ranlib, for
macOSX this is needed. Only force this on macOSX and not on any other
OS, this should fix the build of nasm on Linux systems.
Fixes: d3a7587eb95 ("toolchain/nasm: fix missing AR/RANLIB variables")
Signed-off-by: Hauke Mehrtens
--
Hi Jon Burgess
this patch works good. thanks.
diff --git a/include/prereq.mk b/include/prereq.mk
index 0f0f253744..173461e36f 100644
--- a/include/prereq.mk
+++ b/include/prereq.mk
@@ -95,7 +95,7 @@ define SetupHostCommand
if [ -n "cmd" ]; then \
bin=
On 04/07/18 14:05, Tim Small wrote:
The WDR4900v1 uses the P1040 SoC, so the device tree pulls in the
definition for the related P1010 SoC. However, the P1040 lacks the
CAAM/SEC4 hardware crypto accelerator which the P1010 device tree
defines. If left defined, this causes the CAAM drivers (if p
On Fri, Jul 6, 2018 at 12:37 AM Andrew Lunn wrote:
> arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
>
> ð0 {
> phy-mode = "rgmii-id";
> status = "okay";
>
> fixed-link {
> speed = <1000>;
> full-duplex;
> };
> };
>
> phy-mod