Re: [OpenWrt-Devel] iputils packaging

2018-06-30 Thread Noah Meyerhans 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 --- On Sat, Jun 30, 2018 at

[OpenWrt-Devel] [PATCH] samba36: Disable external libtdb and libtevent

2018-06-30 Thread Rosen Penev
This was causing issues recently as samba36 is not API compatible with the libtdb in the packages repo. It shouldn't be using it anyway. Nor tevent. Signed-off-by: Rosen Penev --- package/network/services/samba36/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] iputils packaging

2018-06-30 Thread Karl Palsson
Noah Meyerhans via openwrt-devel wrote: > Some time ago, David > Heidelberg forked the iputils packages found at > http://www.skbuff.net/iputils. The fork is maintained at > https://github.com/iputils/iputils/ > > Many Linux distros, including Debian, Ubuntu, Fedora, and > probably others, have

[OpenWrt-Devel] [PATCH] usbutils: Switch to Fedora usbutils

2018-06-30 Thread Rosen Penev
The Gentoo GitHub mirror went down. One benefit of Fedora's usb.ids file is that it's versioned. Signed-off-by: Rosen Penev --- package/utils/usbutils/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package/utils/usbutils/Makefile

Re: [OpenWrt-Devel] Q: musl: ether_aton() behaves differently than in glibc

2018-06-30 Thread Rosen Penev
On Wed, Jun 27, 2018 at 7:55 AM Zefir Kurtisi wrote: > > Hi, > > I found a proprietary package stopped working after moving from glibc to musl > and > ended up identifying a difference in processing of ether_aton(). > > In musl, the ether_addr string is expected to be NULL terminated (see >

Re: [OpenWrt-Devel] [PATCH] toolchain: Replace YASM with NASM

2018-06-30 Thread Rosen Penev
On Sat, Jun 30, 2018 at 7:26 AM Ted Hess wrote: > > > Rather than doing this directly without warning - I am making this request > for review... > > Packages libx264 and ffmpeg are built with ASM options on x86 platforms. > The current libx264 version no longer builds with YASM and requires NASM.

[OpenWrt-Devel] [PATCH] ramips: fix wizfi630a swapped lan wan port

2018-06-30 Thread Lev
The order of the Ethernet ports were mixed up. This commit fixes the order to be aligned with the physical layout. Signed-off-by: Levente Kovacs --- target/linux/ramips/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH] toolchain: Replace YASM with NASM

2018-06-30 Thread Ted Hess
Rather than doing this directly without warning - I am making this request for review... Packages libx264 and ffmpeg are built with ASM options on x86 platforms. The current libx264 version no longer builds with YASM and requires NASM. ffmpeg 3.x can be built with either YASM or NASM however,

Re: [OpenWrt-Devel] MR24 sysupgrade seems to be broken

2018-06-30 Thread Christian Lamparter
On Saturday, June 30, 2018 10:06:21 AM CEST Russell Senior wrote: > I just tried updating a Meraki MR24 to current master, from an image a few > months old and it broke. I get a new kernel, but an old rootfs. I have > some of these deployed where a serial connection is awkward. It would be >

[OpenWrt-Devel] [PATCH 3/3 v2] net: dsa: Add Vitesse VSC73xx DSA router driver

2018-06-30 Thread Linus Walleij
This adds a DSA driver for: Vitesse VSC7385 SparX-G5 5-port Integrated Gigabit Ethernet Switch Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch Vitesse VSC7398 SparX-G8e 8-port Integrated Gigabit Ethernet

[OpenWrt-Devel] [PATCH 2/3 v2] net: phy: vitesse: Add support for VSC73xx

2018-06-30 Thread Linus Walleij
The VSC7385, VSC7388, VSC7395 and VSC7398 are integrated switch/router chips for 5+1 or 8-port switches/routers. When managed directly by Linux using DSA we need to do a special set-up "dance" on the PHY. Unfortunately these sequences switches the PHY to undocumented pages named 2a30 and 52b6 and

[OpenWrt-Devel] [PATCH 1/3 v2] net: dsa: Add DT bindings for Vitesse VSC73xx switches

2018-06-30 Thread Linus Walleij
This adds the device tree bindings for the Vitesse VSC73xx switches. We also add the vendor name for Vitesse. Cc: devicet...@vger.kernel.org Reviewed-by: Florian Fainelli Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Fix spelling error - Properly reference the GPIO bindings - Collect

Re: [OpenWrt-Devel] [PATCH 3/3] net: dsa: Add Vitesse VSC73xx DSA router driver

2018-06-30 Thread Linus Walleij
Hi Florian, Thanks for your review! will send a v2 shortly, just some minor feedbacks: On Thu, Jun 14, 2018 at 6:51 PM Florian Fainelli wrote: > On 06/14/2018 05:35 AM, Linus Walleij wrote: > > This driver (currently) only takes control of the switch chip over > > SPI and configures it to

[OpenWrt-Devel] [PATCH] zynq: remove config options handled by generic

2018-06-30 Thread Luis Araneda
The options are now handled for all targets by the generic configuration Signed-off-by: Luis Araneda --- target/linux/zynq/config-4.14 | 7 --- 1 file changed, 7 deletions(-) diff --git a/target/linux/zynq/config-4.14 b/target/linux/zynq/config-4.14 index e4b056b119..e7df040d6e 100644 ---

Re: [OpenWrt-Devel] [PATCH][v3] iprule: rework interface based rules to handle dynamic interfaces

2018-06-30 Thread Hans Dedecker
On Fri, Jun 29, 2018 at 11:15 PM Alexander Couzens wrote: > > Previous netifd would only apply `ip rule`s while config phase. > If the iprule is depending on an interface (iif or oif), the rule > will fail if the interface is not up. > > Allow iprules to track interfaces and their devices by