Re: [OpenWrt-Devel] trouble with netifd

2018-05-20 Thread e9hack
Hi, the issue looks like a memory problem of kernel 4.14. If I reboot the router or restart the network, netifd doesn't crash again. Independently of this, memory consumption does increase very fast. I let run an endless loop to call free every 15min. The output from the beginning: Sun May 20

Re: [OpenWrt-Devel] [PATCH] brcm2708: patch file for 4.14 kernel

2018-05-20 Thread Rafał Miłecki
On 19 May 2018 at 18:46, Christo Nedev wrote: > Signed-off-by: Christo Nedev > --- > .../950-0001-brcm2708-raspberry-pi.patch | 19960 > +++ > 1 file changed, 19960 insertions(+) > create mode 100644 >

Re: [OpenWrt-Devel] [PATCH] brcm2708: nvram file for 43455

2018-05-20 Thread Rafał Miłecki
On 19 May 2018 at 19:20, Christo Nedev wrote: > Signed-off-by: Christo Nedev While filename is chipset specific, this file is actually device specific. So your brcmfmac43455-sdio.txt is for a specific device and should not be used for all

[OpenWrt-Devel] [PATCH v2 1/2] ar71xx: add support for GL.iNet GL-AR750S

2018-05-20 Thread Luochongjun
This patch adds supports for GL-AR750S. Specification: - SOC: QCA9563 (775MHz) - Flash: 16 MiB (W25Q128FVSG) - RAM: 128 MiB DDR2 - Ethernet: 2x 1Gbps LAN + 1x 1Gbps WAN - Wireless: 2.4GHz (bgn) and 5GHz (ac) - USB: 1x USB 2.0 port - Button: 1x switch button, 1x reset button - LED: 3x LEDS (green)

[OpenWrt-Devel] [PATCH v2 2/2] modify the header of the mach-gl-ar750s.c

2018-05-20 Thread Luochongjun
--- target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar750s.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar750s.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-ar750s.c index 8457a0c..b556f9b 100755 ---

Re: [OpenWrt-Devel] [RFC PATCH ustream-ssl] openssl: support OpenSSL 1.1.x API

2018-05-20 Thread Rosen Penev
On Sun, May 20, 2018 at 1:26 PM, Jo-Philipp Wich wrote: > This commit changes ustream-ssl to support OpenSSL 1.1x as backend. > > OpenSSL 1.1.x made the BIO and BIO_METHOD structures opaque and > introduced new getter/setter APIs to deal with them, therfore define > forward-compat

[OpenWrt-Devel] [RFC PATCH ustream-ssl] openssl: support OpenSSL 1.1.x API

2018-05-20 Thread Jo-Philipp Wich
This commit changes ustream-ssl to support OpenSSL 1.1x as backend. OpenSSL 1.1.x made the BIO and BIO_METHOD structures opaque and introduced new getter/setter APIs to deal with them, therfore define forward-compat stubs for older OpenSSL versions and change the code in ustream-io-openssl.c to

Re: [OpenWrt-Devel] Broken GPIO on MT7620 after commit 34ca34b32b02

2018-05-20 Thread Rosen Penev
On Sun, May 20, 2018 at 1:04 PM, Kristian Evensen wrote: > Hello, > > When building and testing nightly on an MT7620-device I have (the > Sanlinking D240), I noticed that changing the state of the two > exported pins (45 and 46) had no effect. The pins are used to

[OpenWrt-Devel] Broken GPIO on MT7620 after commit 34ca34b32b02

2018-05-20 Thread Kristian Evensen
Hello, When building and testing nightly on an MT7620-device I have (the Sanlinking D240), I noticed that changing the state of the two exported pins (45 and 46) had no effect. The pins are used to control the power to the two mini-PCIe slots on the board, and the devices connected to the slots

Re: [OpenWrt-Devel] Why nftables does not work in OpenWrt ?

2018-05-20 Thread Rosysong
I am using mips(ramips) target. On 05/20/2018 11:42 AM, Rosysong wrote: > Hi all, > Using nftables to control the traffic flow through ip address has > been succeed on my Linux PC, then I ported the same > nft script into OpenWrt trunk. Unfortunately, it failed (has no effect on >

Re: [OpenWrt-Devel] Why nftables does not work in OpenWrt ?

2018-05-20 Thread Hauke Mehrtens
On 05/20/2018 11:42 AM, Rosysong wrote: > Hi all, > Using nftables to control the traffic flow through ip address has > been succeed on my Linux PC, then I ported the same > nft script into OpenWrt trunk. Unfortunately, it failed (has no effect on > restricting the speed of client). Is

[OpenWrt-Devel] Why nftables does not work in OpenWrt ?

2018-05-20 Thread Rosysong
Hi all, Using nftables to control the traffic flow through ip address has been succeed on my Linux PC, then I ported the same nft script into OpenWrt trunk. Unfortunately, it failed (has no effect on restricting the speed of client). Is there any conflict between iptables and nftables ?

Re: [OpenWrt-Devel] [PATCH] download.pl: Add a space between the hash and the comma.

2018-05-20 Thread Kevin Darbyshire-Bryant
> On 19 May 2018, at 18:03, Rosen Penev wrote: > > Makes it easier to copy/paste the hash manually. > > Signed-off-by: Rosen Penev > --- > scripts/download.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/download.pl

[OpenWrt-Devel] [PATCH] ar71xx: add support for GL.iNet GL-AR750S

2018-05-20 Thread Christoph Krapp via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi Luochongjun, > diff --git