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

2018-06-27 Thread Zefir Kurtisi
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 https://git.musl-libc.org/cgit/musl/tree/src/network/ether.c#n20), while

[OpenWrt-Devel] [PATCH v2 1/2] ath79: add pinmux to ar9330

2018-06-27 Thread Rocco Folino
This patch adds the pinmux support to the ar9330 used to disable the JTAG or to enable switch LEDs Signed-off-by: Rocco Folino --- target/linux/ath79/dts/ar9330.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/target/linux/ath79/dts/ar9330.dtsi

[OpenWrt-Devel] [PATCH v2 2/2] ath79: port TP-Link TL-WR741ND v4 and TL-WR740ND v4

2018-06-27 Thread Rocco Folino
This patch ports the TP-Link TL-WR741ND v4 and TL-WR740ND v4 to the ath79 target. Because the two devices share the same hw layout, this patch adds a common .dtsi which is included by the two .dts. Signed-off-by: Rocco Folino --- .../ath79/base-files/etc/board.d/01_leds | 8 +

Re: [OpenWrt-Devel] No Response since Mai for GitHub Pull Request

2018-06-27 Thread Mauro Mozzarelli
I am in a similar situation. I have been waiting for over a year for the linux-virtual-server pull request. I think it expired. Eventually I gave up. On 26/06/18 20:33, Nick wrote: Hi, I added some pull request that add the ht and vht support in the probe requests in the ubus calls.

[OpenWrt-Devel] [PATCH 2/2] system-linux: add autoneg and link-partner output

2018-06-27 Thread jwh
From: Joe Holden This adds an array that contains the link modes advertised by the other device and also indicates whether auto negotiation is true or false. link-partner may or may not be popualated depending on hardware, driver and/or settings. --- system-linux.c | 6 ++ 1 file

[OpenWrt-Devel] [PATCH v2 0/2] ath79: port TP-Link TL-WR741ND v4 and TL-WR740ND v4

2018-06-27 Thread Rocco Folino
This patchset ports the TP-Link TL-WR741ND v4 and TL-WR740ND v4 to the ath79 target. Because of the need to enabled switch LEDs, this patch adds also the pinmux support to ar9330. Changed in v2: - used use the linux,default-trigger devicetree property - used ucidef_set_interface_wan to define

[OpenWrt-Devel] [PATCH 1/2] system-linux: add 2.5 and 10G interface speed definitions

2018-06-27 Thread jwh
From: Joe Holden --- system-linux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system-linux.c b/system-linux.c index 0127b01..1330ea1 100644 --- a/system-linux.c +++ b/system-linux.c @@ -1688,6 +1688,8 @@ static const struct { { ADVERTISED_100baseT_Full, "100F" }, {

[OpenWrt-Devel] [PATCH v2 1/2 netifd] system-linux: add 2.5 and 10G interface speed definitions

2018-06-27 Thread jwh
From: Joe Holden --- system-linux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system-linux.c b/system-linux.c index 0127b01..1330ea1 100644 --- a/system-linux.c +++ b/system-linux.c @@ -1688,6 +1688,8 @@ static const struct { { ADVERTISED_100baseT_Full, "100F" }, {

[OpenWrt-Devel] [PATCH v2 2/2] system-linux: add autoneg and link-partner output

2018-06-27 Thread jwh
From: Joe Holden This adds an array that contains the link modes advertised by the other device and also indicates whether auto negotiation is true or false. link-partner may or may not be popualated depending on hardware, driver and/or settings. --- system-linux.c | 6 ++ 1 file

Re: [OpenWrt-Devel] [PATCH 1/2] kernel: bump 4.9 to 4.9.110

2018-06-27 Thread John Crispin
gawd, merging your patches is becoming a drag On 27/06/18 22:21, Koen Vandeputte wrote: Refreshed all patches Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte --- include/kernel-version.mk| 4 ++--

[OpenWrt-Devel] [PATCH 2/2] kernel: bump 4.14 to 4.14.52

2018-06-27 Thread Koen Vandeputte
Refreshed all patches Compile-tested on: cns3xxx, imx6, x86_64 Runtime-tested on: cns3xxx, imx6, x86_64 Signed-off-by: Koen Vandeputte --- include/kernel-version.mk| 4 ++-- ...-cleanup-offload-hooks-on-netdev-unregister.patch | 9 ++---

[OpenWrt-Devel] [PATCH v2 1/2 netifd] system-linux: add 2.5 and 10G interface speed definitions

2018-06-27 Thread jwh
From: Joe Holden Signed-off-by: Joe Holden --- system-linux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system-linux.c b/system-linux.c index 0127b01..1330ea1 100644 --- a/system-linux.c +++ b/system-linux.c @@ -1688,6 +1688,8 @@ static const struct { {

[OpenWrt-Devel] [PATCH v2 2/2 netifd] system-linux: add autoneg and link-partner output

2018-06-27 Thread jwh
From: Joe Holden This adds an array that contains the link modes advertised by the other device and also indicates whether auto negotiation is true or false. link-partner may or may not be populated depending on hardware, driver and/or settings. Signed-off-by: Joe Holden --- system-linux.c

[OpenWrt-Devel] [PATCH 1/2] kernel: bump 4.9 to 4.9.110

2018-06-27 Thread Koen Vandeputte
Refreshed all patches Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte --- include/kernel-version.mk| 4 ++-- .../ar71xx/patches-4.9/500-MIPS-fw-myloader.patch| 2 +- .../generic/pending-4.9/308-mips32r2_tune.patch | 2

Re: [OpenWrt-Devel] [PATCH v2 1/2 netifd] system-linux: add 2.5 and 10G interface speed definitions

2018-06-27 Thread Joe Holden
On 28/06/2018 00:01, Alberto Bursi wrote: > > > On 27/06/2018 23:14, j...@corp.connectbit.io wrote: >> From: Joe Holden >> >> Signed-off-by: Joe Holden >> --- >> system-linux.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/system-linux.c b/system-linux.c >> index

[OpenWrt-Devel] Archer C7 v2 with Target System "Atheros ATH79 (DTS)" or "Atheros AR7xxx/AR9xxx"

2018-06-27 Thread e9hack
Hi, I'm using an Archer C7 v2 from TP-Link. Usually I build the image for Target System "Atheros AR7xxx/AR9xxx". If I switch over to "Atheros ATH79 (DTS)" and try to update my router, I got the following error message: root@:~# sysupgrade

Re: [OpenWrt-Devel] Archer C7 v2 with Target System "Atheros ATH79 (DTS)" or "Atheros AR7xxx/AR9xxx"

2018-06-27 Thread Lucian Cristian
On 28.06.2018 00:56, e9hack wrote: Hi, I'm using an Archer C7 v2 from TP-Link. Usually I build the image for Target System "Atheros AR7xxx/AR9xxx". If I switch over to "Atheros ATH79 (DTS)" and try to update my router, I got the following error message: root@:~# sysupgrade

Re: [OpenWrt-Devel] [PATCH v2 1/2 netifd] system-linux: add 2.5 and 10G interface speed definitions

2018-06-27 Thread Alberto Bursi
On 27/06/2018 23:14, j...@corp.connectbit.io wrote: From: Joe Holden Signed-off-by: Joe Holden --- system-linux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system-linux.c b/system-linux.c index 0127b01..1330ea1 100644 --- a/system-linux.c +++ b/system-linux.c @@ -1688,6

Re: [OpenWrt-Devel] [PATCH] ath79: port TP-Link TL-WR741ND v4 and TL-WR740ND v4

2018-06-27 Thread Rocco Folino
Hi Mathias, Thanks for the review. On Tue, Jun 26, 2018 at 06:36:23PM +0200, Mathias Kresin wrote: > > +"tplink,tl-wr741nd-v4"|\ > > +"tplink,tl-wr740nd-v4") > > + ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1" > > + ucidef_set_led_switch "lan1" "LAN1"

Re: [OpenWrt-Devel] broken link

2018-06-27 Thread David Woodhouse
On Wed, 2018-06-27 at 00:52 +0200, Lev wrote: > Please note that this link is broken: > > https://lists.openwrt.org/listinfo/openwrt-devel Should be fixed now. Thanks. smime.p7s Description: S/MIME cryptographic signature ___ openwrt-devel mailing

Re: [OpenWrt-Devel] broken link

2018-06-27 Thread David Woodhouse
On Wed, 2018-06-27 at 10:22 +0200, Juergen Kimmel wrote: > No, it is not! Sorry, I should have been clearer... The mailing list config is fixed now, so it doesn't have a broken link in the footer. The previous broken link (without "mailman/" in it) remains broken. smime.p7s Description:

Re: [OpenWrt-Devel] [PATCH] ath79: Add support for TL-WR740N/NDv2, TL-MR3220v1, TL-MR3420v1

2018-06-27 Thread Смирнов Дмитрий
Hello Mathias, > Please use your full name here. Fixed. > To be honest, I don't like the ar7241_ap99.dtsi filename and I'm not > sure if it really does make sense to use a dtsi here. For instance, > only two of the boards have a usb led and your workaround is to move > the usb led into an extra

Re: [OpenWrt-Devel] [PATCH] ath79: Add support for TL-WR740N/NDv2, TL-MR3220v1, TL-MR3420v1

2018-06-27 Thread Смирнов Дмитрий
>From ba345cc5fe00775b279eda5af998cfbdc88e458e Mon Sep 17 00:00:00 2001 From: Dmytro Smyrnov Date: Tue, 26 Jun 2018 17:01:47 +0300 Subject: [PATCH] ath79: Add support for TP-LINK TL-WR841N/ND v7,TL-MR3220v1,TL-MR3420v1 Its common AP99(AR7241) platform with following devices: TP-Link