Re: [OpenWrt-Devel] [PATCH 1/2] generic: support mtd-mac-address-ascii

2019-06-10 Thread Yousong Zhou
On Sun, 9 Jun 2019 at 20:35, Petr Štetiar wrote: > > Yousong Zhou [2019-06-08 15:54:41]: > > Hi, > > > It supports formats of both 001122334455 and 00:11:22:33:44:55 > > mtd-mac-address was rejected upstream[1], so I'm not sure if we should add new > features to it and promote its usage as it's p

Re: [OpenWrt-Devel] [PATCH v3 2/3] network/config: add xfrm interface support scripts

2019-06-10 Thread Andre Valentin
Hi Hans, after testing xfrm tunnels a bit I found to big differences compared to other convential tunnels. 1) xfrm tunnel interfaces cannot be replaced with netlink 2) xfrm tunnel interfaces DO NOT vanish if parent is deleted This leads to some errors and a loop in interface creation. With the c

Re: [OpenWrt-Devel] [patch v1 00/11] at91 patch series.

2019-06-10 Thread Sandeep.Sheriker
Hi Haukr Mehrten, Please ignore the patch v1 00/11. I will rework on this patch and send a new patch soon. if your ok with rest of the patches ? then, Please apply them. Regards, Sandeep Sheriker M From: Hauke Mehrtens Sent: Sunday, June 9, 2019 4:59

Re: [OpenWrt-Devel] [PATCH 1/2] mvebu: add kernel 4.19 support

2019-06-10 Thread Marek Behun
On Mon, 10 Jun 2019 16:29:07 +0200 Tomasz Maciej Nowak wrote: > Preferably, yes, it should be only backports. Patches with index number of > 402-406 > and 408 were added by Marek, maybe they are necessary to support some SFP > modules. > That's something he would need to answer, because I don't

Re: [OpenWrt-Devel] [patch v1 00/11] at91 patch series.

2019-06-10 Thread Sandeep.Sheriker
HI Hauke Mehrtens, Apologies for sending this patch for 4 times. i get a undelivered error message after submitting this patch. (don't know the reason). yes, all the patches are same. Regards, Sandeep Sheriker From: Hauke Mehrtens Sent: Sunday, June 9, 2

Re: [OpenWrt-Devel] [patch v1 07/11] at91bootstrap: add sama5d27_som1_eksd1_uboot as default defconfig

2019-06-10 Thread Sandeep.Sheriker
Hi Hauke Mehrtens, This patch will build images for sd1 interface (i.e sama5d27_som1_eksd1_uboot defconfig) instead of sd interface (i.e sama5d27_som1_eksd_uboot) and fix the indention problems Regards, Sandeep Sheriker From: Hauke Mehrtens Sent: Sunday,

Re: [OpenWrt-Devel] [PATCH 3/3] x86: add preinit hook for bootloader upgrade

2019-06-10 Thread Tomasz Maciej Nowak
Hi Petr. W dniu 27.05.2019 o 18:17, Petr Štetiar pisze: > Tomasz Maciej Nowak [2019-05-27 14:46:30]: > > Hi, > >> new file mode 100644 >> index 00..3a4e756b1e >> --- /dev/null >> +++ b/target/linux/x86/base-files/lib/preinit/81_upgrade_bootloader > > makes me wonder if this couldn't be

Re: [OpenWrt-Devel] [PATCH 1/2] mvebu: add kernel 4.19 support

2019-06-10 Thread Tomasz Maciej Nowak
W dniu 09.06.2019 o 09:29, Hauke Mehrtens pisze: > On 6/5/19 4:31 PM, Tomasz Maciej Nowak wrote: >> From: Marko Ratkaj >> >> Cc: Vladimir Vid >> Signed-off-by: Marko Ratkaj >> [added sfp related patches from Russell King] >> Signed-off-by: Marek Behún >> [rebase; rework patches; separate and cl

Re: [OpenWrt-Devel] [PATCH 2/2] kernel: package module for SafeXcel crypto engine

2019-06-10 Thread Tomasz Maciej Nowak
Hi Jonas. W dniu 05.06.2019 o 17:45, Jonas Gorski pisze: > On Wed, 5 Jun 2019 at 16:32, Tomasz Maciej Nowak wrote: >> >> Supports EIP97 and EIP197 found on Armada 37xx, 7k and 8k SoCs. >> Unfortunately firmware for EIP197 is not easily obtainable, therefore >> to not cause lot of user requests d

Re: [OpenWrt-Devel] [PATCH 1/1] libubox: add format string checking to ulog()

2019-06-10 Thread Kristupas Savickas
Hi, sorry about that, fixed. From 4464f0ec27aa6c2c96b55d37a5eab090325621c9 Mon Sep 17 00:00:00 2001 From: Kristupas Savickas --- ulog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ulog.h b/ulog.h index 4818b1a..85702ec 100644 --- a/ulog.h +++ b/ulog.h @@ -32,7 +32,8 @@

[OpenWrt-Devel] [PATCH v2] curl: bump to 7.65.1

2019-06-10 Thread Stijn Segers
Curl 7.65.0 would break when trying to compile it without FTP support [1]. Bumping it to 7.65.1 fixes this. Full cURL changelog at [2]. [1] https://github.com/curl/curl/issues/3942 [2] https://curl.haxx.se/changes.html#7_65_1 Signed-off-by: Stijn Segers --- package/network/utils/curl/Makefile |

[OpenWrt-Devel] [PATCH] curl: bump to 7.65.1

2019-06-10 Thread Stijn Segers
Curl 7.65.0 would break when trying to compile it with FTP support [1]. Bumping it to 7.65.1 fixes this. Full cURL changelog at [2]. [1] https://github.com/curl/curl/issues/3942 [2] https://curl.haxx.se/changes.html#7_65_1 Signed-off-by: Stijn Segers --- package/network/utils/curl/Makefile | 4