Re: [LEDE-DEV] [PATCH v2 3/3] ar71xx: add support for Cisco Meraki Z1 Cloud Managed Teleworker Gateway

2016-09-19 Thread John Crispin
On 20/09/2016 06:51, John Crispin wrote: > Hi, > > this patch does not apply cleanly, please rebase/resend > > John as patch 1 and 2 of the series apply, i have already picked them up, only resend patch 3 please > > On 18/09/2016 17:12, Chris Blake wrote: >> This patch adds support fo

Re: [LEDE-DEV] [PATCH v2 3/3] ar71xx: add support for Cisco Meraki Z1 Cloud Managed Teleworker Gateway

2016-09-19 Thread John Crispin
Hi, this patch does not apply cleanly, please rebase/resend John On 18/09/2016 17:12, Chris Blake wrote: > This patch adds support for Cisco's Z1. > Detailed instructions for the flashing the device can > be found in the OpenWrt wiki: > > > Signe

[LEDE-DEV] [PATCH] base-files: Allow subtargets to define base-files.mk

2016-09-19 Thread Florian Fainelli
From: Florian Fainelli Signed-off-by: Florian Fainelli --- package/base-files/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 25fd9f258876..ef62db29bd17 100644 --- a/package/base-files/Makefile +++ b/package/base-files

Re: [LEDE-DEV] LEDE Wiki Teambuilding

2016-09-19 Thread Jan-Tarek Butt
NameFunction == Martin Tippmann (m...@i3o.de), Jan-Tarek Butt t...@ring0.deInfrastructure / I could take care of nginx, caching, let's encrypt, mysql, php, memcache whatever. Thomas Endt, wiki admin / enabler / maintenance

Re: [LEDE-DEV] rb532 (Mikrotik RouterBoard 532): update to kernel 4.4, please test

2016-09-19 Thread Hauke Mehrtens
On 09/19/2016 10:07 AM, Roman Yeryomin wrote: > On 2016-09-18 18:22, Hauke Mehrtens wrote: >> Hi, >> >> I updated the rb532 target to kernel 4.4 in this branch: >> https://git.lede-project.org/?p=lede/hauke/staging.git;a=shortlog;h=refs/heads/kernel-4.4 >> >> >> If you have any device supported by

Re: [LEDE-DEV] gen_initramfs_list.sh escaping problem or stale dependency file?

2016-09-19 Thread Florian Fainelli
On 09/13/2016 12:24 AM, Michal Marek wrote: > On Mon, Sep 12, 2016 at 05:12:15PM -0700, Florian Fainelli wrote: >> Hi, >> >> I have a root filesystem embedding filenames that look like these: >> >> /lib/data/: >> >> these are essentially files that can be matched against an USB >> vendor/product id

[LEDE-DEV] [PATCH v3] toolchain: Rework external toolchain libc selection

2016-09-19 Thread Florian Fainelli
From: Florian Fainelli Make it a choice menu which offers the 3 C libraries we know about: glibc, uClibc and musl. While at it, make it possible for the external toolchain libc to select USE_GLIBC, USE_UCLIBC or USE_MUSL which is used by several packages to conditionally include specific CFLAGS (

Re: [LEDE-DEV] LEDE Wiki Teambuilding

2016-09-19 Thread Rich Brown
NameFunction == Martin Tippmann (m...@i3o.de) Infrastructure / I could take care of nginx, caching, let's encrypt, mysql, php, memcache whatever. Thomas Endt wiki admin / enabler / maintenance ToH mai

Re: [LEDE-DEV] A Wiki for LEDE Documentation

2016-09-19 Thread Thomas Endt
> von Jo-Philipp Wich > Gesendet: Mittwoch, 14. September 2016 00:14 > - Assemble a team of volunteers to maintain the wiki In progress. Thread started for teambuilding: http://lists.infradead.org/pipermail/lede-dev/2016-September/002807.html > - Among those volunteers who want to work on the w

Re: [LEDE-DEV] [PATCH] tools/cmake: Fix building with openssl libs in non-default location

2016-09-19 Thread Felix Fietkau
On 2016-09-19 17:49, Alexey Brodkin wrote: > So with help of our IT guys I was able to get both libssl and libcrypto of > the same version in /usr/local/lib > but now another problem hits me. CMake determines openssl version reading > opensslv.h file where ever it is found. > > In my case there'

Re: [LEDE-DEV] [PATCH] tools/cmake: Fix building with openssl libs in non-default location

2016-09-19 Thread Alexey Brodkin
Hi John, Felix, On Thu, 2016-09-15 at 23:21 +0300, Alexey Brodkin wrote: > Hi John, > On Thu, 2016-08-18 at 09:40 +0200, John Crispin wrote: > > On 17/08/2016 16:53, Alexey Brodkin wrote: > > > On Wed, 2016-08-17 at 16:51 +0200, John Crispin wrote: > > > > On 17/08/2016 16:49, Alexey Brodkin wrote

Re: [LEDE-DEV] merging the layerscape target

2016-09-19 Thread Rafał Miłecki
On 19 September 2016 at 12:36, Y.T. Jiang wrote: > Thank you for your review and suggestion. Sure. One more note: please take a look at your mailer configuration. It should keep all quotes prefixed with "> " to keep discussion clear. https://en.wikipedia.org/wiki/Usenet_quoting > -Original

Re: [LEDE-DEV] A Wiki for LEDE Documentation

2016-09-19 Thread Jan-Tarek Butt
Hi, On 09/15/16 20:02, Thomas Endt wrote: >> I think we should avoid forums for now and should lay out the wiki's >> plans in a wiki page and activate a plugin (there are at least a couple >> for docuwiki) to make a "talk" page or "discussion" page like >> Wikipedia's for wiki volunteer interactio

Re: [LEDE-DEV] merging the layerscape target

2016-09-19 Thread Y.T. Jiang
Hi Rafał and John, Thank you for your review and suggestion. Please see inline comments. Thanks & Best Regards Jiang Yutang -Original Message- From: Rafał Miłecki [mailto:zaj...@gmail.com] Sent: Monday, September 19, 2016 4:01 PM To: John Crispin Cc: LEDE Development List; Y.T. Jiang Su

Re: [LEDE-DEV] rb532 (Mikrotik RouterBoard 532): update to kernel 4.4, please test

2016-09-19 Thread Roman Yeryomin
On 2016-09-18 18:22, Hauke Mehrtens wrote: Hi, I updated the rb532 target to kernel 4.4 in this branch: https://git.lede-project.org/?p=lede/hauke/staging.git;a=shortlog;h=refs/heads/kernel-4.4 If you have any device supported by this target please test it and report back if the rb532 target is

Re: [LEDE-DEV] merging the layerscape target

2016-09-19 Thread Rafał Miłecki
On 18 September 2016 at 14:24, John Crispin wrote: > i have just spent some time reviewing the layerscape PR [1] and started > a full build of it. its starting to look good and i cannot see any > blockers. if anyone has any hold on this please let me know in the next > couple of days. if i dont ge

Re: [LEDE-DEV] [PATCH] cns3xxx: backport upstream SPI Flash partition sizes

2016-09-19 Thread Koen Vandeputte
Hi Felix, Apologies for the late reply. I went on holidays after sending the patch last week. I've extensively tested your changes yesterday and they work very nicely. - Flashing old to new - Flashing new to new - Flashing new to old A big advantage is that no more free space is wasted on the k