[OpenWrt-Devel] [PATCH] ramips: add support to JS7628 development board

2019-07-25 Thread Robinson Wu
This commit adds support for the ZhuoTK JS7628 development board, The device has the following specifications: - SOC:MT7628AN/NN - RAM:64/128/256 MB (DDR2) - FLASH:8/16/32 MB (SPI NOR) - Ethernet:3x 10/100 Mbps ethernet ports (MT7628 built-in switch) - WIFI:1x 2T2R 2.4 GHz Wi-Fi - LEDs:1x system s

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

2019-07-25 Thread Luochongjun
This patch supports gl-ar750, which was previously supported by ar71xx. Specification: - SOC: QCA9531 (650MHz) - Flash: 16 MiB (W25Q128FVSG) - RAM: 128 MiB DDR2 - Ethernet: 10/100: 2xLAN + 10/100: 1xWAN - Wireless: 2.4GHz (bgn) and 5GHz (ac) - USB: 1x USB 2.0 port - Switch: 1x switch - Button: 1x

Re: [OpenWrt-Devel] [PATCH] logread: add option to filter for facilities

2019-07-25 Thread John Crispin
On 25/07/2019 17:43, Zefir Kurtisi wrote: This adds filtering options for facilities as follows: -z handle only messages with given facility (0-23), repeatable -Z ignore messages with given facility (0-23), repeatable With that * 'logread -z 2 -z 16' will display all

[OpenWrt-Devel] [PATCH] logread: add option to filter for facilities

2019-07-25 Thread Zefir Kurtisi
This adds filtering options for facilities as follows: -zhandle only messages with given facility (0-23), repeatable -Zignore messages with given facility (0-23), repeatable With that * 'logread -z 2 -z 16' will display all MAIL and LOCAL0 messages, while * 'logread -Z 2 -

Re: [OpenWrt-Devel] [PATCH 01/11] tools/libaio: new package

2019-07-25 Thread Thomas Petazzoni
Hello Hauke, On Thu, 25 Jul 2019 15:07:50 +0200 Thomas Petazzoni wrote: > > Indeed, what CONFIG_TARGET_ROOTFS_SQUASHFS_HASHED=y really needs is > > cryptsetup, the rest are mere build dependencies to build cryptsetup. > > Do you have some feedback on this particular question ? Ideally, I'd >

Re: [OpenWrt-Devel] [PATCH] ramips: add support to JS7628 development board

2019-07-25 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Robinson Wu > Sent: Mittwoch, 24. Juli 2019 13:01 > To: openwrt-devel@lists.openwrt.org > Cc: Robinson Wu ; m...@adrianschmutzler.de > Subject: [OpenWrt-Devel] [PATCH] ramips: add

[OpenWrt-Devel] [PATCH] kernel: drop mvebu support in kmod-usb3

2019-07-25 Thread Tomasz Maciej Nowak
This is already enabled as kernel built-in feature in mvebu target and none other target will use it. Signed-off-by: Tomasz Maciej Nowak --- package/kernel/linux/modules/usb.mk | 1 - target/linux/generic/config-4.14| 1 + target/linux/generic/config-4.19| 1 + target/linux/generic/confi

[OpenWrt-Devel] [PATCH v2] mvebu: enable xHCI USB controller connected to PCIe

2019-07-25 Thread Tomasz Maciej Nowak
This commit fixes regression on Linksys WRT1900 (Mamba) where this device doesn't have USB 3.0 controller integrated in SoC, instead it has Etron EJ168 connected to PCIe lane. Previously enabled in kernel 4.4 and 4.9, was lost in transition to 4.14. Fixes: 4ccad92 ("mvebu: Add support for kernel 4

Re: [OpenWrt-Devel] [PATCH 01/11] tools/libaio: new package

2019-07-25 Thread Thomas Petazzoni
Hello Hauke, I'm finally getting back to this dm-verity work, and I have a question below. On Mon, 25 Mar 2019 18:20:09 +0100 Thomas Petazzoni wrote: > > > diff --git a/tools/Makefile b/tools/Makefile > > > index 9a354f6c70..9702b4df25 100644 > > > --- a/tools/Makefile > > > +++ b/tools/Makefil

Re: [OpenWrt-Devel] [PATCH v2] octeon: Replace backticks by $(...)

2019-07-25 Thread mail
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Adrian Schmutzler > Sent: Donnerstag, 25. Juli 2019 00:50 > To: openwrt-devel@lists.openwrt.org > Subject: [OpenWrt-Devel] [PATCH v2] octeon: Replace backticks by $(...) sorry, I