Re: [OpenWrt-Devel] Goods Specification Inquiry

2020-05-28 Thread Logistics Manager 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 --- openwrt-devel@lists.openwrt.org,

[OpenWrt-Devel] [PATCH] ccache: update to 3.7.9

2020-05-28 Thread DENG Qingfang
Update ccache to 3.7.9 Release notes: https://ccache.dev/releasenotes.html#_ccache_3_7_9 Signed-off-by: DENG Qingfang --- tools/ccache/Makefile | 4 ++-- tools/ccache/patches/100-honour-copts.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-e750

2020-05-28 Thread Koen Vandeputte
On 28.05.20 04:42, luochong...@gl-inet.com wrote: Hi Koen, I'm really sorry that I missed your previous email. Tried sysupgrade --> results in platform_check failure. In the original device naming convention, E750 was named glinet,gl-e750 However, in today's openwrt, the name of the device

Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-e750

2020-05-28 Thread mail
Hi, > > Tried sysupgrade --> results in platform_check failure. > In the original device naming convention, E750 was named glinet,gl-e750 > However, in today's openwrt, the name of the device is glinet_gl-e750, so > platform_check failure is prompted. But SUPPORTED_DEVICES should still contain

[OpenWrt-Devel] ZNC openwrt variant

2020-05-28 Thread a
1. /etc/config/znc doesnt support hiding password sha + salt or if its supporting that  whats the pattern. 2. It is required to type network name to join  that network which is not mentioned under documentation openwrt.org openwrt.org  /quote PASS username/Default:password 3. how to generate

[OpenWrt-Devel] [PATCH] mvebu: switch to kernel 5.4

2020-05-28 Thread Adrian Schmutzler
Last reports with kernel 5.4 have all been positive [1], so let's open this to a wider range of testers. [1] https://github.com/openwrt/openwrt/pull/2804 Signed-off-by: Adrian Schmutzler --- I consider merging the DSA PR shortly after the kernel bump:

Re: [OpenWrt-Devel] problems with virtual sub interfaces in firewall zones

2020-05-28 Thread Martin Schiller
On 2020-05-07 07:39, Martin Schiller wrote: On 2020-05-07 06:47, Martin Schiller wrote: Hi Jo, Hi all, I've encountered a problem with the change you made with commit 64bb88841fbc ("uqmi: inherit firewall zone membership to virtual sub interfaces") which was introduced to fix FS#2122. This

[OpenWrt-Devel] [PATCH] imx6: backport v5.8 imx6qdl-gw dt patches

2020-05-28 Thread Tim Harvey
- add fxos8700 support to GW52xx/GW53xx/GW54xx - add USB_OTG support to GW552x - add LSM9DS1 IMU support to GW560x - add LSM9DS1 IMU support to GW5904 - add CC1352 UART to GW5910 - add BCM4330 support to GW5910 - fix wlan regulator for GW5910 Signed-off-by: Tim Harvey ---

[OpenWrt-Devel] [PATCH] imx6: add I2C retries for ventana i2c1

2020-05-28 Thread Tim Harvey
The GSC sitting on i2c1 can NAK I2C transactions if it is busy performing an ADC cycle. Allow enough retries to work around this. Signed-off-by: Tim Harvey --- ...x-add-retries-for-NAK-s-on-ventana-boards.patch | 42 ++ 1 file changed, 42 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH] kernel: iio: add drivers for st_lsm6dsx IMU MEMS sensors

2020-05-28 Thread Tim Harvey
Add kmod for the ST LSM6DSX IMU driver. Signed-off-by: Tim Harvey --- package/kernel/linux/modules/iio.mk | 48 + 1 file changed, 48 insertions(+) diff --git a/package/kernel/linux/modules/iio.mk b/package/kernel/linux/modules/iio.mk index b52ec8c..5fbe2ee

Re: [OpenWrt-Devel] problems with virtual sub interfaces in firewall zones

2020-05-28 Thread Martin Schiller
On 2020-05-07 07:39, Martin Schiller wrote: On 2020-05-07 06:47, Martin Schiller wrote: Hi Jo, Hi all, I've encountered a problem with the change you made with commit 64bb88841fbc ("uqmi: inherit firewall zone membership to virtual sub interfaces") which was introduced to fix FS#2122. This

[OpenWrt-Devel] [PATCH] imx6: image: increase max ubifs file-system size

2020-05-28 Thread Tim Harvey
The latest 2GiB NAND flash parts used by Gateworks ventana are 2K page-size. Signed-off-by: Tim Harvey --- target/linux/imx6/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index

[OpenWrt-Devel] [PATCH] octeontx: fix mcp251x can controller

2020-05-28 Thread Tim Harvey
Update the can-mcp251x-convert-to-half-duplex-SPI patch to fix reception Some SPI host controllers such as the Cavium Thunder TX do not support full-duplex SPI. Using half-duplex transfers allows the driver to work with those host controllers. This patch fixes the fact that mcp251x_hw_rx_frame

[OpenWrt-Devel] [PATCH] octeontx: fix gpio irq request

2020-05-28 Thread Tim Harvey
This fixes a regression in 5.4 that causes a crash when a driver requests an ARM GPIO for an IRQ. Signed-off-by: Tim Harvey --- ...2-gpio-thunderx-fix-irq_request_resources.patch | 46 ++ 1 file changed, 46 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH] kernel: iio: fix st_accel_{i2c, spi} driver

2020-05-28 Thread Tim Harvey
Add missing kernel module and rename driver Signed-off-by: Tim Harvey --- package/kernel/linux/modules/iio.mk | 46 - 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/package/kernel/linux/modules/iio.mk b/package/kernel/linux/modules/iio.mk

[OpenWrt-Devel] [PATCH] bcm63xx: AD1018: generate a factory image

2020-05-28 Thread Daniel González Cabanelas
Currently there is no image that can be flashed without opening the case and accessing the serial port on the Sercomm AD1018 router. We can use an unencrypted factory image to flash Openwrt through the stock firmware. The router comes with 2 stock firmwares, we must perform the flash operation

[OpenWrt-Devel] Odp: ZNC openwrt variant

2020-05-28 Thread a
what about fingerprints how to save them? Dnia 28 maja 2020 13:37 a pentelja...@o2.pl napisał(a): 1. /etc/config/znc doesnt support hiding password sha + salt or if its supporting that  whats the pattern. 2. It is required to type network name to join  that network

[OpenWrt-Devel] Fw: add support for netgear R6020

2020-05-28 Thread Evan Jobling
> > >From: Evan Jobling >Sent: Friday, 29 May 2020 2:45 PM >To: openwrt-devel@lists.openwrt.org >Subject: add support for netgear R6020 > >Hi All. > >Apologies if this isn't the correct method of submitting a patch. > >There was a patch on github for adding

[OpenWrt-Devel] add support for netgear R6020

2020-05-28 Thread Evan Jobling
Hi All. Apologies if this isn't the correct method of submitting a patch. There was a patch on github for adding the R6020? Didn't look like it went anywhere. I recall issues with the LED naming on that one? Just so it doesn't get lost to time, I figured i'd email my modifications. Please