Re: [OpenWrt-Devel] [PATCH v2 5/7] ath79: set checksum when patching MAC address on ath10k

2019-09-23 Thread mail
> From: Karl Palsson [mailto:ka...@tweak.net.au] > Sent: Montag, 23. September 2019 16:50 > To: Adrian Schmutzler > Cc: openwrt-devel > Subject: Re: [OpenWrt-Devel] [PATCH v2 5/7] ath79: set checksum when patching > MAC address on ath10k > > > Adrian Schmutzler wrote: > > Several devices use

[OpenWrt-Devel] [Suggestions] Streamline localization by using Weblate for the project, use LiberaPay or OpenCollective to enable people to donate

2019-09-23 Thread Scott 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 --- First and foremost, as a user of

Re: [OpenWrt-Devel] [PATCHv2] apm821xx: remove unnecessary kernel padding

2019-09-23 Thread Russell Senior
Chris, Could you test v2 on a Meraki MX60? I only have MR24's. Thanks! -- Russell Senior russ...@personaltelco.net On Sat, Sep 21, 2019 at 1:58 AM Russell Senior wrote: > > The allocation of LEBs to ubi volumes is handled by the sysupgrade script: > >

Re: [OpenWrt-Devel] [PATCH] kernel: fix hw-crypto detection of qce driver

2019-09-23 Thread Eneas Queiroz
On Mon, Sep 23, 2019 at 2:12 PM Rosen Penev wrote: > > On Mon, Sep 23, 2019 at 5:28 AM Eneas Queiroz wrote: > > > > On Fri, Sep 20, 2019 at 5:48 PM Eneas U de Queiroz > > wrote: > > > > > > This adds the CRYPTO_ALG_KERN_DRIVER_ONLY flag to Qualcomm crypto engine > > > driver algorithms, so that

Re: [OpenWrt-Devel] [PATCH] kernel: fix hw-crypto detection of qce driver

2019-09-23 Thread Christian Lamparter
On Mon, Sep 23, 2019 at 2:28 PM Eneas Queiroz wrote: > > On Fri, Sep 20, 2019 at 5:48 PM Eneas U de Queiroz > wrote: > > > > This adds the CRYPTO_ALG_KERN_DRIVER_ONLY flag to Qualcomm crypto engine > > driver algorithms, so that openssl devcrypto can recognize them as > > hardware-accelerated. >

Re: [OpenWrt-Devel] QMI data mode cannot set raw-ip due to active device

2019-09-23 Thread Andre Valentin
Hi Shannon, I use a hotplug script to change the driver to raw-ip. This works fine for me. Kind regars, André On 23.09.19 19:16, Shannon Barber wrote: > I'm doing several builds and testing different devices and this issue is > persistent on the x86_64 build for the PC Engine APU hardware. >

[OpenWrt-Devel] QMI data mode cannot set raw-ip due to active device

2019-09-23 Thread Shannon Barber
I'm doing several builds and testing different devices and this issue is persistent on the x86_64 build for the PC Engine APU hardware. (I did not encounter it on the Espressobin v7 hardware.) I have several modems but I am testing with a Sierra Wireless MC7455 which seems to be a popular one

Re: [OpenWrt-Devel] [PATCH] kernel: fix hw-crypto detection of qce driver

2019-09-23 Thread Rosen Penev
On Mon, Sep 23, 2019 at 5:28 AM Eneas Queiroz wrote: > > On Fri, Sep 20, 2019 at 5:48 PM Eneas U de Queiroz > wrote: > > > > This adds the CRYPTO_ALG_KERN_DRIVER_ONLY flag to Qualcomm crypto engine > > driver algorithms, so that openssl devcrypto can recognize them as > > hardware-accelerated. >

Re: [OpenWrt-Devel] the change 'base-files, procd: add generic service status' breaks several packages

2019-09-23 Thread Petr Štetiar
On September 23, 2019 3:17:00 PM UTC, Karl Palsson wrote: > >While this might _fix_ things, it surely goes against the expectation >that the user provided script takes precedence? I fail to see the issue, the callback was just renamed from `status` to `status_service`, otherwise it's expected

Re: [OpenWrt-Devel] [PATCH] ipq40xx: remove redundant ucidef_set_interfaces_* in 02_network

2019-09-23 Thread Adrian Schmutzler
Hi Dmitry, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Dmitry Tunin > Sent: Montag, 23. September 2019 17:12 > To: Adrian Schmutzler > Cc: OpenWrt Development List > Subject: Re: [OpenWrt-Devel] [PATCH] ipq40xx: remove

Re: [OpenWrt-Devel] QCA9994 outdoor 13km link

2019-09-23 Thread support
Hi Ben, When do you think you might be able to make those changes to your driver? Thanks, Klevis. On 2019-09-20 13:00, Ben Greear wrote: On 9/20/19 12:55 PM, Vincent Wiemann wrote: Hi Klevis, have you tried it with a short distance? If you did you should better ask Ben Greear directly.

Re: [OpenWrt-Devel] [PATCH] ipq40xx: remove redundant ucidef_set_interfaces_* in 02_network

2019-09-23 Thread Dmitry Tunin
пн, 23 сент. 2019 г. в 16:34, Adrian Schmutzler : > > If already included in ucidef_add_switch, you do not have to > additionally set the interface mode in ucidef_set_interfaces_* > functions. > > This patch removes/adjusts such redundant cases. > > Signed-off-by: Adrian Schmutzler > > --- > >

[OpenWrt-Devel] [PATCH] ipq40xx: add label MAC address for FritzBox 4040

2019-09-23 Thread Adrian Schmutzler
This adds label MAC address for the AVM FritzBox 4040, the first device in ipq40xx target. Signed-off-by: Adrian Schmutzler --- target/linux/ipq40xx/base-files/etc/board.d/02_network | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network

[OpenWrt-Devel] [PATCH 2/2] sunxi: enable audio for sun4i

2019-09-23 Thread Andre Heider
Enable SND_SUN4I_CODEC and SND_SUN4I_SPDIF. Tested on cubieboard2. Signed-off-by: Andre Heider --- target/linux/sunxi/config-4.19 | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/target/linux/sunxi/config-4.19 b/target/linux/sunxi/config-4.19 index b1a9d7342c..a95bcc9e3f

[OpenWrt-Devel] [PATCH 1/2] sunxi: update kernel config

2019-09-23 Thread Andre Heider
This is just a `make kernel_oldconfig` run without further changes. Signed-off-by: Andre Heider --- target/linux/sunxi/config-4.19 | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/target/linux/sunxi/config-4.19 b/target/linux/sunxi/config-4.19 index

[OpenWrt-Devel] [PATCH] ipq40xx: remove redundant ucidef_set_interfaces_* in 02_network

2019-09-23 Thread Adrian Schmutzler
If already included in ucidef_add_switch, you do not have to additionally set the interface mode in ucidef_set_interfaces_* functions. This patch removes/adjusts such redundant cases. Signed-off-by: Adrian Schmutzler --- This is not tested on the affected devices. However, the same approach

Re: [OpenWrt-Devel] [PATCH] kernel: fix hw-crypto detection of qce driver

2019-09-23 Thread Eneas Queiroz
On Fri, Sep 20, 2019 at 5:48 PM Eneas U de Queiroz wrote: > > This adds the CRYPTO_ALG_KERN_DRIVER_ONLY flag to Qualcomm crypto engine > driver algorithms, so that openssl devcrypto can recognize them as > hardware-accelerated. > > Signed-off-by: Eneas U de Queiroz I noticed this was moved to

Re: [OpenWrt-Devel] [PATCH v2] build: fix make kernel_menuconfig

2019-09-23 Thread Stijn Tintel
On 23/09/2019 10:39, Petr Štetiar wrote: On a recent Gentoo Linux installation, invoking `make kernel_menuconfig` in the build system fails, whereas `make menuconfig` in the kernel tree alone works as expected. This is happening because STAGING_PREFIX is not defined when kernel's menuconfig

Re: [OpenWrt-Devel] rpcd: file: add path based read/write/exec ACL checks

2019-09-23 Thread André Valentin
Hi ! Thanks a lot, this works perfect. Kind regards, André Am 22.09.19 um 20:07 schrieb Jo-Philipp Wich: > Hi, > >> What do I have to do to enable access again, without calling ubus >> session grant like in the commit? Thank you! > > you need to add the following sections: > > "superuser":

Re: [OpenWrt-Devel] [PATCH] ramips: initialize youhua, wr1200js WAN MAC addresses from flash

2019-09-23 Thread Chuanhong Guo
Hi! On Sun, Sep 22, 2019 at 6:01 PM Adrian Schmutzler wrote: > > This patch changes wan MAC address setup for youhua,wr1200js > from retrieving it by calculation to reading it from flash. > > This has been checked on-device. > > Signed-off-by: Adrian Schmutzler Applied on my staging tree at:

Re: [OpenWrt-Devel] [PATCH v2 2/3] kernel: rtl8367b: add configuration for extended interface 2

2019-09-23 Thread Chuanhong Guo
Hi! On Tue, Aug 27, 2019 at 5:50 PM Serge Vailugin wrote: > > Both rtl8367b and rtl8367s have two extended interface > rtl8367rb: 5 port + 2*RGMII/MII > rtl8367s: 5 port + SGMII/HSGMI + RGMII/MII > (?)rtl8367sb: 5 port + 2*RGMII/MII > These interfaces correspond to EXT1 and EXT2 (ports 6 and 7

Re: [OpenWrt-Devel] [PATCH v2 1/3] kernel: rtl8366_smi: explicitly set phy addr for switch

2019-09-23 Thread Chuanhong Guo
Hi! On Tue, Aug 27, 2019 at 5:49 PM Serge Vailugin wrote: > [...] > @@ -1558,6 +1558,14 @@ int rtl8366_smi_probe_of(struct platform_device > *pdev, struct rtl8366_smi *smi) > goto try_gpio; > } > > + of_property_read_u32(np, "phy_id", >phy_id); > +

[OpenWrt-Devel] [PATCH v2] build: fix make kernel_menuconfig

2019-09-23 Thread Petr Štetiar
On a recent Gentoo Linux installation, invoking `make kernel_menuconfig` in the build system fails, whereas `make menuconfig` in the kernel tree alone works as expected. This is happening because STAGING_PREFIX is not defined when kernel's menuconfig target calls pkg-config from the

[OpenWrt-Devel] [PATCH] build: fix make kernel_menuconfig

2019-09-23 Thread Petr Štetiar
On a recent Gentoo Linux installation, invoking `make kernel_menuconfig` in the build system fails, whereas `make menuconfig` in the kernel tree alone works as expected. This is happening because STAGING_PREFIX is not defined when kernel's menuconfig target calls pkg-config from the