Re: [LEDE-DEV] [PATCH v2] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-16 Thread John Crispin
Hi Ram, please split this path up. there should be one self contained change per patch. John On 11/05/17 18:29, Ram Chandra Jangir wrote: This change add nand boot support for IPQ40xx based AP-DK04.1-C1 board using ubi image, also add sysupgrage support for AP-DK04.1-C1 and generates a

[LEDE-DEV] Build fails with missing libgcrypt dependency

2017-05-16 Thread Mauro Mozzarelli
Two days ago I have done a fresh git pull (from scratch) and I built LEDE without errors (well mwan3 still not working, but that is a different matter because LEDE did build). After the latest update done just right now, LEDE fails to build with the following: Configuring

Re: [LEDE-DEV] [PATCH] ar71xx: change image version for ubiquiti devices

2017-05-16 Thread txt.file
I have changed the patch to only change the version name. Ubiquiti is currently at AirMAX firmware version 6.0.4. So version 6.0.0 for us is IMHO a good/current version number. I also checked if 0.0.0 would have worked. It resulted in an error on the device I had. txt.file -- This message is

[LEDE-DEV] Create a ubus object with a non-root account

2017-05-16 Thread Luis Araneda
Hi, I'm trying to create a ubus object using a non-root account. I've created an ACL file and put it inside the folder "/usr/share/acl.d" { "user": "ubususer1", "access": { "system": { "methods": [ "board", "info" ] }, "testobj": {

[LEDE-DEV] [PATCH] ar71xx: change image version for ubiquiti devices

2017-05-16 Thread Matthias Fritzsche
changes the image version from hardcoded OpenWrt to $VERSION_DIST. AirOS shows a notification with the image version during a firmware upgrade. fixes #582 Signed-off-by: Matthias Fritzsche --- target/linux/ar71xx/image/ubnt.mk | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: [LEDE-DEV] [PATCH v2 00/19] Universal staged sysupgrade and assorted fixes

2017-05-16 Thread Lucian Cristian
On 13.05.2017 22:56, Matthias Schiffer wrote: Text from my RFC mail: --- When talking about https://bugs.lede-project.org/index.php?do=details_id=685 with jow and lynxis, we came to the conclusion that the best way to fix sysupgrades would be to generalize the staged sysupgrade used on NAND

Re: [LEDE-DEV] Build fails with missing libgcrypt dependency

2017-05-16 Thread John Crispin
On 16/05/17 18:18, Mauro Mozzarelli wrote: Two days ago I have done a fresh git pull (from scratch) and I built LEDE without errors (well mwan3 still not working, but that is a different matter because LEDE did build). After the latest update done just right now, LEDE fails to build with

[LEDE-DEV] [PATCH 2/2] ath10k-ct-firmware: Update to latest.

2017-05-16 Thread greearb
From: Ben Greear The 988x and 9887 firmwares include a bugfix for a case where blockack did not work sometimes, and many fixes for compiler warnings detected by newer gcc compilers. The 9980 and 9984 firmware includes a large backport of upstream QCA firmware changes to

[LEDE-DEV] [PATCH 1/2] ath10k-ct: Update to latest ath10k-ct driver.

2017-05-16 Thread greearb
From: Ben Greear Supports disabling firmware hex logging that many found too verbose. Increase BMI timer so system works more often with 9888 Compex NIC (and maybe others). Allow configuring a specific board-file per NIC using fwcfg file. Maybe fix a scan-busy problem

[LEDE-DEV] [PATCH] ath10k-ct-firmware: Add support for QCA9886/QCA9888 firmware.

2017-05-16 Thread greearb
From: Ben Greear This firmware shoul have the same general feature set as the rest of the 10.4 CT firmware (9984, 9980, etc). Build-tested only in LEDE, but firmware has been tested with ath10k-ct driver on other OSs, so likely works just fine. Signed-off-by: Ben

Re: [LEDE-DEV] kernel: update kernel 4.9 to 4.9.28

2017-05-16 Thread Koen Vandeputte
On 2017-05-16 10:06, Daniel Engberg wrote: Hi, Thanks for providing a patch, however it fails when applied to master (83e4ed3497d40dc7da9d2d2c2febbf6272815c51) or maybe I'm doing something wrong (tm). :-/ . Applying

[LEDE-DEV] [PATCH] imx6: disable UART dma

2017-05-16 Thread Koen Vandeputte
Fixes these prints on boot: [ 13.785600] imx-uart 202.serial: DMA transaction error. [ 13.793134] imx-uart 202.serial: DMA transaction error. [ 13.798721] imx-uart 202.serial: DMA transaction error. These error prints can only be seen when viewing the bootlog through uart. They

Re: [LEDE-DEV] [PATCH] kernel: update kernel 4.9 to 4.9.28

2017-05-16 Thread A. Benz via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi, Compile and run tested on

Re: [LEDE-DEV] [PATCH v2 3/3] ipq806x: migrate to generic board detect infrastructure

2017-05-16 Thread John Crispin
On 09/05/17 11:17, Roman Yeryomin wrote: Signed-off-by: Roman Yeryomin --- .../linux/ipq806x/base-files/etc/board.d/01_leds | 4 +- .../ipq806x/base-files/etc/board.d/02_network | 4 +- target/linux/ipq806x/base-files/etc/diag.sh| 13 +++-

Re: [LEDE-DEV] kernel: update kernel 4.9 to 4.9.28

2017-05-16 Thread Daniel Engberg
On 2017-05-16 11:06, Koen Vandeputte wrote: On 2017-05-16 10:06, Daniel Engberg wrote: Hi, Thanks for providing a patch, however it fails when applied to master (83e4ed3497d40dc7da9d2d2c2febbf6272815c51) or maybe I'm doing something wrong (tm). :-/ . Applying

Re: [LEDE-DEV] [PATCH v2 2/3] base-files: put board_name into separate file

2017-05-16 Thread John Crispin
Hi Roman, what is the reasoning behind moving this function to its own file ? John On 09/05/17 11:17, Roman Yeryomin wrote: Signed-off-by: Roman Yeryomin --- package/base-files/files/lib/functions.sh | 4 +--- package/base-files/files/lib/functions/board.sh | 6

Re: [LEDE-DEV] kernel: update kernel 4.9 to 4.9.28

2017-05-16 Thread Daniel Engberg
Hi, Thanks for providing a patch, however it fails when applied to master (83e4ed3497d40dc7da9d2d2c2febbf6272815c51) or maybe I'm doing something wrong (tm). :-/ . Applying

Re: [LEDE-DEV] kernel: update kernel 4.9 to 4.9.28

2017-05-16 Thread Koen Vandeputte
Hi Daniel, Thanks for letting me know. The patch was made yesterday with master (f7fd2abf259c7a463d215fc0e52c15ae77a050de) as base. The script was used to refresh all supported targets. I'll check it right away. Thanks, Koen On 2017-05-16 10:06, Daniel Engberg wrote: Hi, Thanks for

Re: [LEDE-DEV] [PATCH v2 00/19] Universal staged sysupgrade and assorted fixes

2017-05-16 Thread Philip Prindeville
> On May 13, 2017, at 1:56 PM, Matthias Schiffer > wrote: > > Text from my RFC mail: > > --- > When talking about > https://bugs.lede-project.org/index.php?do=details_id=685 with jow > and lynxis, we came to the conclusion that the best way to fix sysupgrades >

[LEDE-DEV] Supporting RT linux

2017-05-16 Thread Philip Prindeville
I was trying to apply the linux 4.9.20-rt16 patchset… This is as far as I got. I applied it as 000-… Applying /home/philipp/bertram/lede/target/linux/generic/patches-4.9/721-phy_packets.patch using plaintext: patching file include/linux/netdevice.h Hunk #1 succeeded at 1409 (offset 12