[LEDE-DEV] [PATCH] ath10k-ct: Update to latest 10.4.3 CT firmware for 9980 chipsets.

2016-06-20 Thread greearb
From: Ben Greear This works around regressions added in the 4.7 kernel. Signed-off-by: Ben Greear --- package/firmware/ath10k-firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/

[LEDE-DEV] MPTCP

2016-06-20 Thread Christian Huldt
I'm now having a highly experimental version of MPTCP (as a package) for 15.05, (and one that builds on my old dirty trunk with the old patches-4.1 still i place) make menuconfig shows it as possible to mark with which I doubt is working as it is a kernel patch, how do I kill that? And where sho

Re: [LEDE-DEV] bcm53xx: MD5 checksum over too few bytes of firmware breaks kernel booting

2016-06-20 Thread Rafał Miłecki
On 20 June 2016 at 14:33, Rafał Miłecki wrote: > My DIR-885L has following partitions: > > [1.034740] Creating 1 MTD partitions on "brcmnand.0": > [1.039896] 0x-0x0800 : "firmware" > [1.075568] 2 seama-fw partitions found on MTD device firmware > [1.081429] 0x00

[LEDE-DEV] [PATCH 2/2] uboot-lantiq: Add Arcadyan ARV7506PW11 support

2016-06-20 Thread Mathias Kresin
Signed-off-by: Mathias Kresin --- package/boot/uboot-lantiq/Makefile | 20 ++ ...dd-board-support-for-Arcadyan-ARV7506PW11.patch | 275 + 2 files changed, 295 insertions(+) create mode 100644 package/boot/uboot-lantiq/patches/0115-MIPS-add-board-support-for-

[LEDE-DEV] [PATCH 1/2] lantiq: add support for ARV7506PW11 (Alice/O2 IAD 4421)

2016-06-20 Thread Mathias Kresin
From: Oswald Buddenhagen Ethernet, ADSL2+ and LEDs are fully functional. Supporting the two TAE ports and SIP gateway was not attempted. The WiFi is unreliable, due to experimental support for rt35xx family devices by the rt2800pci driver. Signed-off-by: Oswald Buddenhagen [rebase to LEDE HEA

[LEDE-DEV] [PATCH] lantiq: fix type in new image generation

2016-06-20 Thread Ben Mulvihill
Fix typo in commit a6f7536a73c93794812d5e810fb41c3d0ff1fb27 (new image generation) Signed-off-by: Ben Mulvihill --- diff -uprN a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile --- a/target/linux/lantiq/image/Makefile2016-06-20 08:34:57.534678922 +0200 +++ b/targ

[LEDE-DEV] [PATCH] ar71xx: hiwifi-hc6361: lift size limit on kernel and rootfs parts

2016-06-20 Thread Yousong Zhou
The patch has been run-tested and the relevant dmsg logs are as the following [0.762447] Creating 5 MTD partitions on "spi0.0": [0.767217] 0x-0x0001 : "u-boot" [0.775139] 0x0001-0x0002 : "bdinfo" [0.781014] 0x0002-0x00

Re: [LEDE-DEV] Me prioritizing work on automated bug report data collection

2016-06-20 Thread Jo-Philipp Wich
Hi, > I'm thinking since I'll be having limited time to LEDE for a while that > once we know what we're doing for bug report system that I should > prioritize the LuCI and command line bug report info tool (to maximize > usefulness of bug reports) and that's probably the most useful thing I > can

[LEDE-DEV] bcm53xx: MD5 checksum over too few bytes of firmware breaks kernel booting

2016-06-20 Thread Rafał Miłecki
My DIR-885L has following partitions: [1.034740] Creating 1 MTD partitions on "brcmnand.0": [1.039896] 0x-0x0800 : "firmware" [1.075568] 2 seama-fw partitions found on MTD device firmware [1.081429] 0x0040-0x0040 : "kernel" [1.086983] 0x0

Re: [LEDE-DEV] expired certificate

2016-06-20 Thread Yousong Zhou
On 20 June 2016 at 20:10, Claus Regelmann wrote: > Hello, > > I get the following cerificate error when i try to build lede. > How can I ignore expired certificates. Can anybody give me a short hint? > Edit DownloadMethod/git in include/download.mk and add to git the option "-c http.sslVerify=fal

[LEDE-DEV] expired certificate

2016-06-20 Thread Claus Regelmann
Hello, I get the following cerificate error when i try to build lede. How can I ignore expired certificates. Can anybody give me a short hint? thanks Claus -- SHELL= flock /home/rgc/LEDE/source/tmp/.libubox-2016-05-19-1257a38a6e64511207bb3b077ca7e8e1a3338fc1.

Re: [LEDE-DEV] Bug REPORT: Lantiq - XRX200 -UBIFS does not build

2016-06-20 Thread John Crispin
fix coming up, doing test builds just now On 20/06/2016 12:02, Paul Rowland wrote: > John, > > > My attempt to send this bug report to the lede-dev list has failed a > number of times. It worked some weeks ago. > > > PTR. > > > cut here > > > I did a git-pull and make clean thi

Re: [LEDE-DEV] [PATCH libubox 2/3] loop: make uloop_run() return the cancelling signal

2016-06-20 Thread Matthias Schiffer
On 06/20/2016 09:59 AM, Matthias Schiffer wrote: > When a process quits in response to a signal it handles, it should to so > be re-sending the signal to itself. This especially important for SIGINT, > as is explained in [1]. > > uloop currently hides the reason for quitting uloop_run(). Fix this

Re: [LEDE-DEV] looking for ar7 testers

2016-06-20 Thread Paul Oranje
> Van: David Lang > Onderwerp: Antw.: [LEDE-DEV] looking for ar7 testers > Datum: 20 juni 2016 02:51:29 CEST > Aan: Daniel Curran-Dickinson > Kopie: John Crispin , LEDE Development List > > > ... > > Well, I'll point out that the thread I'm replying to started off with "I no > longer have t

[LEDE-DEV] [PATCH libubox 2/3] loop: make uloop_run() return the cancelling signal

2016-06-20 Thread Matthias Schiffer
When a process quits in response to a signal it handles, it should to so be re-sending the signal to itself. This especially important for SIGINT, as is explained in [1]. uloop currently hides the reason for quitting uloop_run(). Fix this by returning the signal that caused the loop to quit (or 0

[LEDE-DEV] [PATCH libubox 1/3] Fix various memory management issues

2016-06-20 Thread Matthias Schiffer
Consistently handle allocation failures. Some functions are changed to return bool instead of void to allow returning an error. Also fix a buffer size miscalculation in lua/uloop. Signed-off-by: Matthias Schiffer --- blobmsg.c | 20 +++- blobmsg.h | 4 ++-- blobmsg_js

[LEDE-DEV] [PATCH libubox 3/3] blobmsg_json: add new functions blobmsg_format_json_value*

2016-06-20 Thread Matthias Schiffer
The current blobmsg_format_json* functions will return invalid JSON when the "list" argument is given as false (blobmsg_format_element() will output the name of the blob_attr as if the value is printed as part of a JSON object). To avoid breaking software relying on this behaviour, introduce new f