[LEDE-DEV] [PATCH] check: upgrade to 0.10.0

2016-09-21 Thread Eduardo Abinader
updated new package url and solved some issues: https://github.com/libcheck/check/releases/tag/0.10.0 Signed-off-by: Eduardo Abinader --- libs/check/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/check/Makefile

Re: [LEDE-DEV] ar7 (TI AR7): update to kernel 4.4, please test

2016-09-21 Thread Mohammed Berdai
On 09/20/2016 10:47 PM, Hauke Mehrtens wrote: > On 09/20/2016 10:57 PM, Mohammed Berdai wrote: >> On 09/18/2016 04:18 PM, Hauke Mehrtens wrote: >>> Hi, >>> >>> I updated the ar7 target to kernel 4.4 in this branch: >>>

Re: [LEDE-DEV] merging the layerscape target

2016-09-21 Thread Y.T. Jiang
Hi Rafał and John, I update the patch and pull a new requests(329), please check and review, thanks! https://github.com/lede-project/source/pull/329 V5 patch update summary: 1.Copyrights assigned to myself. 2.Introduce DEVICE_TITLE and DEVICE_PACKAGES. 3.Rename patches prefix with

Re: [LEDE-DEV] [PATCH ubus 0/3] ubusd: fix ACL checking

2016-09-21 Thread Denis Osvald
On 2016-09-05 14:00, Felix Fietkau wrote: > On 2016-09-05 10:21, Denis Osvald wrote: >> Ping? > I've applied patch 1 and 3. I need more time to properly review patch 2. > > - Felix > Any news? If there was a working case which the patch breaks, please point it out so I can send a revised

Re: [LEDE-DEV] FCC regulatory compliance

2016-09-21 Thread Eric Schultz
Ryan, I'm pleased to hear about interest in addressing the effects of the FCC rules on free and open source software. I'd be happy to facilitate and organize a subgroup to address this topic both with interested OpenWrt/LEDE members as well as other interested parties in the open source and

[LEDE-DEV] [PATCH 2/3] tools: Add ldconfig-native

2016-09-21 Thread Florian Fainelli
From: Florian Fainelli Import ldconfig-native-2.12.1 from OpenEmbedded along with their patches. Signed-off-by: Florian Fainelli --- tools/Makefile | 1 + tools/ldconfig-native/Makefile

[LEDE-DEV] [PATCH 1/3] base-files: Do not create lib64 symbolic links with external toolchains

2016-09-21 Thread Florian Fainelli
Let the toolchain set the directory structure that we want, and do not force a particular layout. Signed-off-by: Florian Fainelli --- package/base-files/Makefile | 4 1 file changed, 4 insertions(+) diff --git a/package/base-files/Makefile

[LEDE-DEV] [PATCH 3/3] build: Run ldconfig on the final rootfs

2016-09-21 Thread Florian Fainelli
ldconfig needs to run with all libraries staged into the final rootfs directory, and this needs to happen before the initramfs is linked into the kernel as well. Do it right after mklibs. Signed-off-by: Florian Fainelli --- include/rootfs.mk | 7 +++ 1 file changed, 7

[LEDE-DEV] [PATCH 0/3] Support for ldconfig on the target

2016-09-21 Thread Florian Fainelli
This patch series adds support for generating valid ld.so.cache which match the target architecture, without requiring a cross-compiled version of ldconfig that would run on the host, nor run on the target. Having a proper ld.so.cache might be needed if e.g: 64-bit executable loader only has

[LEDE-DEV] O2 Box 6431 Install LEDE without open the Device ?

2016-09-21 Thread Dennis Schneck
Hi, is i right that the Image: lede-lantiq-xrx200-VGV7510KW22BRN-squashfs-factory.bin is the right to Flash it on a O2 6431. Is there another way to Flash the Firmware without open the Device an solder PINs for Serial Console ? ( hidden Link/URL to Flash Images ? )

Re: [LEDE-DEV] ar7 (TI AR7): update to kernel 4.4, please test

2016-09-21 Thread Florian Fainelli
On 09/21/2016 07:16 AM, Mohammed Berdai wrote: > On 09/20/2016 10:47 PM, Hauke Mehrtens wrote: >> On 09/20/2016 10:57 PM, Mohammed Berdai wrote: >>> On 09/18/2016 04:18 PM, Hauke Mehrtens wrote: Hi, I updated the ar7 target to kernel 4.4 in this branch:

[LEDE-DEV] OpenWrt Summit Nearing Capacity; please register soon!

2016-09-21 Thread Eric Schultz
I'm excited to let folks know that the response to OpenWrt Summit has been very strong; we currently have over 170 registrations. If you've already registered, thank you so much! If you're interested in attending but haven't registered yet, please do so as soon as possible. Depending on demand

Re: [LEDE-DEV] [PATCH ubox] getrandom: Define SYS_getrandom if no definition exists

2016-09-21 Thread Etienne Champetier
Hi Florian, 2016-09-18 21:36 GMT+02:00 Florian Fainelli : > > Le 18/09/2016 à 12:06, Etienne Champetier a écrit : > > (Answering from my phone with gmail so this email is in HTML and will > > get bounced by the ML) > > > > Le 18 sept. 2016 14:03, "John Crispin"

Re: [LEDE-DEV] [PATCH 0/3] Support for ldconfig on the target

2016-09-21 Thread Florian Fainelli
On 09/21/2016 12:48 PM, Felix Fietkau wrote: > On 2016-09-21 20:13, Florian Fainelli wrote: >> This patch series adds support for generating valid ld.so.cache which match >> the >> target architecture, without requiring a cross-compiled version of ldconfig >> that would run on the host, nor run

Re: [LEDE-DEV] [PATCH 0/3] Support for ldconfig on the target

2016-09-21 Thread Florian Fainelli
On 09/21/2016 02:50 PM, Felix Fietkau wrote: > On 2016-09-21 22:03, Florian Fainelli wrote: >> On 09/21/2016 12:48 PM, Felix Fietkau wrote: >>> On 2016-09-21 20:13, Florian Fainelli wrote: This patch series adds support for generating valid ld.so.cache which match the target

Re: [LEDE-DEV] [PATCH ubox] getrandom: Define SYS_getrandom if no definition exists

2016-09-21 Thread Florian Fainelli
On 09/21/2016 01:34 PM, Etienne Champetier wrote: > Hi Florian, > > 2016-09-18 21:36 GMT+02:00 Florian Fainelli : >> >> Le 18/09/2016 à 12:06, Etienne Champetier a écrit : >>> (Answering from my phone with gmail so this email is in HTML and will >>> get bounced by the ML)