[LEDE-DEV] [PATCH] bcm53xx: Fix SmartRG SR400AC initramfs image

2017-10-09 Thread Florian Fainelli
The SmartRG SR400AC CFE does not accept a TRX image, just a normal binary image. Signed-off-by: Florian Fainelli --- target/linux/bcm53xx/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 0d20c16d

[LEDE-DEV] [PATCH] include: Include new location for DT bindings

2017-10-09 Thread Florian Fainelli
Starting with commit d5d332d3f7e8 ("devicetree: Move include prefixes from arch to separate directory") included in 4.12 and newer relocated the dt-bindings directory, so account for that while passing CPPFLAGS before DTC runs. Signed-off-by: Florian Fainelli --- include/image.mk | 1 + 1 file c

Re: [LEDE-DEV] iptables broken x86 ?

2017-10-09 Thread Florian Fainelli
Le 10/09/17 à 11:01, Lucian Cristian a écrit : > I'm trying to make a custom image and can't seem to get pass by this You would have to provide a more complete log, here we just see the make returning an error back from the directories it descended into, that's not really helpful to debug your pro

Re: [LEDE-DEV] [PATCH 0/4] ar71xx: add support for kernel 4.9

2017-10-09 Thread Hauke Mehrtens
On 10/09/2017 01:28 PM, Andrey Jr. Melnikov wrote: > Hauke Mehrtens wrote: >> On 10/08/2017 01:31 PM, Andrey Jr. Melnikov wrote: >>> Arjen de Korte wrote: Citeren Hauke Mehrtens : >>> > This adds support for kernel 4.9. > Please test this, I am lacking especially NAND devices. >

[LEDE-DEV] iptables broken x86 ?

2017-10-09 Thread Lucian Cristian
I'm trying to make a custom image and can't seem to get pass by this make[6]: Leaving directory '/home/build/32bit/build_dir/target-i386_pentium4_musl/linux-x86_generic/iptables-1.6.1/extensions' Making all in iptables make[6]: Entering directory '/home/build/32bit/build_dir/target-i386_pentiu

Re: [LEDE-DEV] [PATCH 0/4] ar71xx: add support for kernel 4.9

2017-10-09 Thread Arjen de Korte
Citeren Paul Blazejowski : I guess so, the image for the WNDR3700v4 is the same as for the WNDR4300v1. I can confirm the version from Hauke's staging tree works on the latter, so it is likely that it will also work for the first too. Arjen, Correct, i just grabbed the 4.9 patches and compiled

[LEDE-DEV] [PATCH 0/4] ar71xx: add support for kernel 4.9

2017-10-09 Thread Paul Blazejowski
>I guess so, the image for the WNDR3700v4 is the same as for the >WNDR4300v1. I can confirm the version from Hauke's staging tree works >on the latter, so it is likely that it will also work for the first too. Arjen, Correct, i just grabbed the 4.9 patches and compiled lede image, sysupgrade work

[LEDE-DEV] NFS force/lazy umount

2017-10-09 Thread Denis Periša
Sorry to bother you all but this problem is frustrating for too long time (years) I have NFS server which might become unreachable; during that time all my access to LEDE firmware is limited (ls, df, scp).. and umount -f and umount -l don't do anyhing. Could as well be removed. I know about soft

Re: [LEDE-DEV] [PATCH 0/4] ar71xx: add support for kernel 4.9

2017-10-09 Thread Andrey Jr. Melnikov
Hauke Mehrtens wrote: > On 10/08/2017 01:31 PM, Andrey Jr. Melnikov wrote: > > Arjen de Korte wrote: > >> Citeren Hauke Mehrtens : > > > >>> This adds support for kernel 4.9. > >>> Please test this, I am lacking especially NAND devices. > >>> > >>> The most recent version of these patches can be

Re: [LEDE-DEV] [PATCH 1/2] musl: update to 1.1.16+ git HEAD 2017-09-28

2017-10-09 Thread Syrone Wong
Based on my previous test on mvebu/WRT3200ACM, when I update to c10bc61 powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h hostapd and pppd won't start, if you start pppd manually, it will output garbage. I wonder if someone can test it, mine is in production, cannot do the test. Best Re

Re: [LEDE-DEV] [PATCH 0/4] ar71xx: add support for kernel 4.9

2017-10-09 Thread Kevin Darbyshire-Bryant
On 07/10/17 22:20, Hauke Mehrtens wrote: This adds support for kernel 4.9. Please test this, I am lacking especially NAND devices. The most recent version of these patches can be found here: https://git.lede-project.org/?p=lede/hauke/staging.git;a=shortlog;h=refs/heads/ar71xx Tried your late

[LEDE-DEV] [PATCH 2/2] hostapd: update to version 2017-10-05

2017-10-09 Thread Koen Vandeputte
- Refreshed all patches - Fixes a few important bugs: --> Fix RSN pre-authentication regression with pre-connection scan results --> crypto: Fix undefined behavior in random number generator --> PMKSA: Fix use-after-free in pmksa_cache_clone_entry() All changes (Excl. "test updates"): 4a37463 ho

[LEDE-DEV] [PATCH 1/2] musl: update to 1.1.16+ git HEAD 2017-09-28

2017-10-09 Thread Koen Vandeputte
48be5b6 fix use of memset without declaration in sched.h cpu set macros c10bc61 powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h da438ee work around incorrect EPERM from mmap syscall 8c4be3e fix glob descent into . and .. with GLOB_PERIOD 565dbee don't treat numeric port strings as servent r