[OpenWrt-Devel] [PATCH] zynq: kernel: select FPGA-related configs

2018-09-11 Thread Luis Araneda
These configs are necessary to program the FPGA fabric Signed-off-by: Luis Araneda --- Creates an FPGA region that can be programmed by the FPGA manager Run-tested on a Zybo Z7 board --- target/linux/zynq/config-4.14 | 10 ++ 1 file changed, 10 insertions(+) diff --git a/target/linux/

[OpenWrt-Devel] ath79 policy questions

2018-09-11 Thread Daniel F. Dickinson
Hi, I'm having trouble finding a concise summary of what is the policy for using multiple leds for boot/failsafe, etc status (in this case updating CAP324 to use both colours of the 'power' led, now that such logic in in ath79 tree). Also are leds supposed to be named according to manufactur

Re: [OpenWrt-Devel] [PATCH v2] ipq40xx: Add support for IPQ4019 ap-dk07.1-c1

2018-09-11 Thread Christian Lamparter
On Monday, September 10, 2018 5:50:53 PM CEST Ram Chandra Jangir wrote: > On Friday, September 07, 2018 8:36 PM CEST Christian Lamparter wrote: > > On Friday, September 7, 2018 2:10:30 PM CEST Ram Chandra Jangir wrote: > > > 3) WDOG test > > 4) cpu frequency scaling > >Hey, that's great. G

[OpenWrt-Devel] liblua vs. CMake

2018-09-11 Thread Lev
Hello list, I'm still struggling finding liblua in the build system by CMake. This is a simple executable project and I have this at the top of the CMakeLists.txt file: cmake_minimum_required (VERSION 3.0) project(hmd C) SET(CMAKE_INSTALL_PREFIX /) IF(NOT LUA_CFLAGS) INCLUDE(FindPkgC

[OpenWrt-Devel] [PATCH 1/2] ar71xx: flag FritzBox 4020 buttons as active low

2018-09-11 Thread David Bauer
Buttons of AVM FritzBox 4020 are incorrectly flagged as active high. This was an oversight as RFKill button was working as expected even with incorrectly flagged GPIO. Signed-off-by: David Bauer --- This commit should also be applied to the openwrt-18.06 branch as the issue is also present ther

[OpenWrt-Devel] [PATCH 2/2] ath79: flag FritzBox 4020 buttons as active low

2018-09-11 Thread David Bauer
Buttons of AVM FritzBox 4020 are incorrectly flagged as active high. This was an oversight as RFKill button was working as expected even with incorrectly flagged GPIO. Signed-off-by: David Bauer --- target/linux/ath79/dts/qca9561_avm_fritz4020.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 de

Re: [OpenWrt-Devel] UBIFS issues within kernel 4.14.69?

2018-09-11 Thread Koen Vandeputte
On 2018-09-11 15:46, Koen Vandeputte wrote: Hi Richard, ... I'm only seeing these issues on UBIFS enabled volumes. It seems it's related to one of your 5 commits, but I'm still in the process of bisecting to find the actual culprit. As soon as I've found it, I'll let you know, but maybe y

[OpenWrt-Devel] UBIFS issues within kernel 4.14.69?

2018-09-11 Thread Koen Vandeputte
Hi Richard, I'm currently in the process of updating the kernel version within OpenWrt. (4.14.68 to 4.14.69) Testing shows some issues on devices using specifically UBIFS. Altering a perfect valid writable file shows weird errors: [ Node 2 | node-2 ] ls -l /root/custom/scripts/banner.sh -rwx

Re: [OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20180910

2018-09-11 Thread Hans Dedecker
On Tue, Sep 11, 2018 at 3:00 AM Jason A. Donenfeld wrote: > > * curve25519: arm: do not modify sp directly > * compat: support neon.h on old kernels > * compat: arch-namespace certain includes > * compat: move simd.h from crypto to compat since it's going upstream > > This fixes a decent amount of

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain/musl: update to version 1.1.20

2018-09-11 Thread Koen Vandeputte
On 2018-09-06 18:16, Christian Lamparter wrote: On Thursday, September 6, 2018 12:31:23 PM CEST Koen Vandeputte wrote: This one is running stable here on a lot of different devices (and targets) for the past 48 hours Tested-by: Koen Vandeputte That's good to hear. Did you see any new compl