Re: [LEDE-DEV] OpenSSL: question about package Makefile

2017-03-30 Thread Nino Benedetto
I made some other tests to be sure that removing the make build-shared and make do_linux-shared commands would'n break the compiled shared objects. I checked the md5 for the files compiled with the default package Makefile and the with the simplified one obtaining the same result: Default Mak

[LEDE-DEV] [PATCH RFC] owsd: add package for OpenWrt WebSocket Daemon

2017-03-30 Thread Rafał Miłecki
From: Rafał Miłecki It can be used as an alternative for uhttpd-mod-ubus. It allows accessing ubus using WebSocket API standardized by the W3C. Signed-off-by: Rafał Miłecki --- Hi, I don't know if there is any interest in this package (and if it should go to base or external repo), but I gave

[LEDE-DEV] [PATCH LEDE-17.01] odhcpd: fix sha256 sum

2017-03-30 Thread hauke . mehrtens
From: Hauke Mehrtens The sha256sum added in commit b8567cb44e9e4f ("odhcpd: update to git HEAD version (FS#396)") does not match the sha256sum of the file on the mirror or when I clone it. Update the sha256 sum to the correct value. Signed-off-by: Hauke Mehrtens --- package/network/services/od

[LEDE-DEV] [PATCH] ubox: fix sha256 mirror hash

2017-03-30 Thread hauke . mehrtens
From: Hauke Mehrtens Commit 5c20a4fec923c3 ("ubox: turn logd into a separate package") changed the PKG_SOURCE_DATE which is also included in the tar file. This change resulted in a new tar with a different hash, but the sha256 hash was not updated. Fix the sha256 hash value in this commit to matc

Re: [LEDE-DEV] [PATCH LEDE-17.01] ubox: fix sha256 mirror hash

2017-03-30 Thread Hauke Mehrtens
On 2017-03-30 14:25, hauke.mehrt...@intel.com wrote: From: Hauke Mehrtens Commit 5c20a4fec923c3 ("ubox: turn logd into a separate package") changed the PKG_SOURCE_DATE which is also included in the tar file. This change resulted in a new tar with a different hash, but the sha256 hash was not

[LEDE-DEV] MT7621: EdgerouterX

2017-03-30 Thread Milan Kočvara
Hello. I have 2 Question, please 1. It is possible to rewrite the driver for MT761 to allow change the MTU greather than 1500? If not, why? Some scenarios need jumboframe enable 2. Edgerouter x with ubiquiti firmware has troughput between 2 routed interfaces with frames 1518B in about 500Mbit

Re: [LEDE-DEV] MT7621: EdgerouterX

2017-03-30 Thread Philip Prindeville
What happens if you allocate more buffers and increase your watermarks but leave the maximum latency the same? > On Mar 30, 2017, at 11:53 AM, Milan Kočvara wrote: > > Hello. > I have 2 Question, please > 1. It is possible to rewrite the driver for MT761 to allow change the MTU > greather t

Re: [LEDE-DEV] MT7621: EdgerouterX

2017-03-30 Thread Milan Kočvara
Until LEDE will work with one CPU, I think changing buffers is irrelevant. But maybe Im wrong. Could you be, please, more specific, what do you mean "wattermarks" and buffers? I think buffer increase helps, if the traffic is for the router. So if I will do test from/to router. But I did test t

Re: [LEDE-DEV] MT7621: EdgerouterX

2017-03-30 Thread Philip Prindeville
It’s because you’re running on a single CPU (and hence have limited interrupt bandwidth) that servicing more buffers per interrupt might get you higher bandwidth. And whether it’s terminating or transit traffic is less significant, though you’ll probably see more increase in transit traffic tha

[LEDE-DEV] ath9k sta/wpa2 fails on 4.9

2017-03-30 Thread Tim Harvey
I've found that ath9k sta mode with wpa2 crypto is failing on lede master with a 4.9 kernel but if I move back to the 4.4 kernel it works. I'm testing this on the imx6 target. I'm running wpa_supplican't manually for testing. Here's 4.9: root@LEDE:/# cat << EOF > /var/run/wpa > country=US > networ

Re: [LEDE-DEV] ath9k sta/wpa2 fails on 4.9

2017-03-30 Thread Tim Harvey
On Thu, Mar 30, 2017 at 1:56 PM, Tim Harvey wrote: > I've found that ath9k sta mode with wpa2 crypto is failing on lede > master with a 4.9 kernel but if I move back to the 4.4 kernel it > works. I'm testing this on the imx6 target. > > I'm running wpa_supplican't manually for testing. Here's 4.9:

Re: [LEDE-DEV] [PATCH] [17.01] Kernel: bump to 4.4.51

2017-03-30 Thread davidea
i know it's an old message, i have another router with mediatek processor and it has similar behavior when i enable smart queue management , disabling it the problem is solved Il 25/02/2017 21:02, Stijn Segers ha scritto: So... I have been running on 4.4.51 on a few days now but it looks li

[LEDE-DEV] [PATCH netifd] interface: add new "ifup-failed" hotplug event

2017-03-30 Thread Martin Schiller
This hook makes it possible to do some helper work in hotplug scripts when a connection is not established successfully. example: try several username/passwords from a pool to establish a pppoe or wwan connection by replacing the configured values of the connection in a hotplug script. Signed-off

[LEDE-DEV] [PATCH] base-files: use restart if no reload hook for service

2017-03-30 Thread Alexandru Ardelean
This was also working before, with a slightly different semantic. [ Original semantic ] If no reload hooks was implemented, the default one would kick in, it would return fail, and restart would happen. This would happen also in the case where a reload hook would be implemented, it would fail, an