Re: [LEDE-DEV] [OpenWrt-Devel] latency on PPPoA ADSL Annex A on using Lantiq

2016-08-17 Thread John Crispin
i would guess a regression inside the atm subsystem of he kernel or some other part of the network stack. assuming that this issue is only observed inside the atm part, i'll start looking there. John On 18/08/2016 06:22, Daniel Niasoff wrote: > Hi Mathias, > > > Looks like it's this

Re: [LEDE-DEV] [PATCH] build: reintroduce md5 checksums for generated firmware images

2016-08-17 Thread Stefan Lippers-Hollmann
Hi On 2016-08-18, Karl Palsson wrote: > Why not just add sha256 sum rather than going back to md5? [...] Generating md5sums in addition to sha256sums files only affects build time slightly, but doesn't increase the firmware size itself. Given that apparently nothing currently requires a

Re: [LEDE-DEV] stall/hang in netifd on LEDE r1318 on Linksys WRT1900AC V1

2016-08-17 Thread Syrone Wong
Hello Josua, pat, I haven't tested this yet. Thanks for your effort. Are you sure this is the root cause? Everything works well in the past without this config being enabled. If you say yes, please send a PR or send a patch to mailing list. Best Regards, Syrone Wong On Thu, Aug 18, 2016

[LEDE-DEV] [PATCH] build: reintroduce md5 checksums for generated firmware images

2016-08-17 Thread Stefan Lippers-Hollmann
Commit 83175687c81bee594885d0738cfd488673f5a3fb "build: remove image specific checksum code" dropped the generation of md5 checksums in favour of only shipping sha256 ones. A default Lede installation however doesn't enable busybox' sha256sum applet, which makes confirming the checksum on the

Re: [LEDE-DEV] build fails because of LEDS_TRIGGER_MORSE

2016-08-17 Thread Jochen Demmer
Sorry for bothering you. After "make clean" it seems allright. On 2016-08-17 22:21, Jochen Demmer wrote: Hi, I'm on 7264df388616d2fa21d4cb97336e7e2afe3759ad and when I try to build with this diffconfig: CONFIG_TARGET_ar71xx=y CONFIG_TARGET_ar71xx_generic=y

[LEDE-DEV] build fails because of LEDS_TRIGGER_MORSE

2016-08-17 Thread Jochen Demmer
Hi, I'm on 7264df388616d2fa21d4cb97336e7e2afe3759ad and when I try to build with this diffconfig: CONFIG_TARGET_ar71xx=y CONFIG_TARGET_ar71xx_generic=y CONFIG_TARGET_ar71xx_generic_DEVICE_archer-c7-v2=y # CONFIG_PACKAGE_ath10k-firmware-qca988x is not set # CONFIG_PACKAGE_kmod-ath10k is not

Re: [LEDE-DEV] per-host leasetime odhcpd patch I sent some time back

2016-08-17 Thread Hans Dedecker
On Sun, Aug 14, 2016 at 1:20 AM, Daniel Dickinson wrote: > Hi, > > Just wondering if I missed any questions or comments about the odhcpd > per-host leasetime patch I sent some time ago? I don't recall seeing > anything and I wasn't following the list all that closely

Re: [LEDE-DEV] stall/hang in netifd on LEDE r1318 on Linksys WRT1900AC V1

2016-08-17 Thread pat
Hello Josua, To my great satisfaction, your suggestion works beautifully !! Thank you very much for taking time to pass this suggestion along. Pat > On Aug 17, 2016, at 9:08 AM, Josua Mayer wrote: > > Hi Syrone, Pat, > > I ran into the same issue on the Clearfog

Re: [LEDE-DEV] stall/hang in netifd on LEDE r1318 on Linksys WRT1900AC V1

2016-08-17 Thread Josua Mayer
Hi Syrone, Pat, I ran into the same issue on the Clearfog Pro, and my colleague figured out a way to make it disappear. Please try out this patch and let me know if it helps on your boards: https://github.com/Artox/lede-project/commit/db724f8ff1ed4c77668f691ed4d066a8e0f2693e From

Re: [LEDE-DEV] [PATCH] linux/arc*: disable MAC frame filter in DW GMAC

2016-08-17 Thread Alexey Brodkin
Hi Daniel, On Tue, 2016-08-16 at 17:12 +0200, Daniel Golle wrote: > Hi Alexey, > > On Tue, Aug 16, 2016 at 06:06:20AM +, Alexey Brodkin wrote: > > > > Hi Felix, > > > > On Wed, 2016-07-27 at 17:19 +0200, Felix Fietkau wrote: > > > > > > On 2016-07-27 14:11, Alexey Brodkin wrote: > > > >

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

2016-08-17 Thread Alexey Brodkin
Hi John, On Wed, 2016-08-17 at 16:51 +0200, John Crispin wrote: > > On 17/08/2016 16:49, Alexey Brodkin wrote: > > > > Hi John, > > > > On Wed, 2016-08-17 at 09:20 +0200, John Crispin wrote: > > > > > > > > > On 16/08/2016 12:43, Alexey Brodkin wrote: > > > > > > > > > > > > For some

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

2016-08-17 Thread Alexey Brodkin
Hi John, On Wed, 2016-08-17 at 09:20 +0200, John Crispin wrote: > > On 16/08/2016 12:43, Alexey Brodkin wrote: > > > > For some reason CMake's buildsystem searches for openssl libs > > on Linux either in /usr/libX, /usr/local/libX or in OPENSSL_ROOT_DIR > > ignoring standard LD_LIBRARY_PATH env

[LEDE-DEV] git server downtime

2016-08-17 Thread John Crispin
Hi, due to a server update the git server is gone for about 1 hour. sorry for the inconvenience. John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH] kernel: b53: enable port 5 on BCM53125

2016-08-17 Thread Jonas Gorski
Hi, On 16 August 2016 at 16:47, Rafał Miłecki wrote: > From: Rafał Miłecki > > On all devices suppored so far BCM53125 got port 8 connected to the SoC > interface and ports 0-4 to physical ports. On BCM53573 there is slightly > more comlex setup. We have 2

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

2016-08-17 Thread John Crispin
On 16/08/2016 12:43, Alexey Brodkin wrote: > For some reason CMake's buildsystem searches for openssl libs > on Linux either in /usr/libX, /usr/local/libX or in OPENSSL_ROOT_DIR > ignoring standard LD_LIBRARY_PATH env var. > > This behavior breaks CMAke building if openssl libs are in some >